Skip to content

Commit

Permalink
Add reset to comb_mem_d4
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Jan 6, 2025
1 parent 687fbb3 commit 7f4bf59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion primitives/memories/comb.futil
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ extern "comb.sv" {
@read_together(1) @write_together(2) addr3: D3_IDX_SIZE,
@write_together(1) @data write_data: WIDTH,
@write_together(1) @interval(1) @go write_en: 1,
@clk clk: 1
@clk clk: 1,
@reset reset: 1
) -> (
@read_together(1) read_data: WIDTH,
@done done: 1
Expand Down

0 comments on commit 7f4bf59

Please sign in to comment.