Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
e5c6556b40a3a34fcd4829078a3e229a4bceeeaa
/
.
/
third_party
/
tests
/
YosysTests
/
regression
/
issue_01217
/
top.v
blob: fbdffd5b7505e9a1d23fcf6b5f977bf3f371450c [
file
] [
log
] [
blame
]
`default_nettype none
module mcve2(david);
output reg david;
always @(*)
goliath = 4;
always @(*)
david = goliath;
endmodule
`
default_nettype wire