Skip to content

Commit ac8980f

Browse files
committed
Fix Icarus compatibility issue
1 parent 2104b1a commit ac8980f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vlog/fifo_2mem.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module fifomem
4747
generate
4848
if (FALLTHROUGH == "TRUE")
4949
begin : fallthrough
50-
always_comb
50+
always @*
5151
rdata = mem[raddr];
5252
end
5353
else

0 commit comments

Comments
 (0)