Skip to content

Commit 34085bf

Browse files
authored
Merge pull request #406 from os-fpga/axi_mm_multi
added setup_lec_sim for axi_mm_multi design
2 parents b030605 + 642319e commit 34085bf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RTL_testcases/RTL_Benchmarks_Gap_Analysis/axi_mm_multi/raptor_run.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,10 @@ parse_cga exit 1; }
274274
[ "$tool_name" = "iverilog" ] && echo "simulate pnr icarus">>raptor_tcl.tcl || echo "simulate pnr verilator">>raptor_tcl.tcl
275275
else
276276
echo ""
277-
fi
277+
fi
278+
echo "setup_lec_sim 10 2">>raptor_tcl.tcl
279+
echo "simulate gate icarus">>raptor_tcl.tcl || echo "simulate gate verilator">>raptor_tcl.tcl
280+
echo "simulate pnr icarus">>raptor_tcl.tcl || echo "simulate pnr verilator">>raptor_tcl.tcl
278281
echo "sta">>raptor_tcl.tcl
279282
echo "power">>raptor_tcl.tcl
280283
echo "bitstream $bitstream">>raptor_tcl.tcl

RTL_testcases/RTL_Benchmarks_Gap_Analysis/axi_mm_multi/rtl/aximm_ll_multi_tier2/aximm_ll_multi_tier2_master_name.sv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ module aximm_ll_multi_tier2_master_name (
3838

3939
);
4040

41+
wire user_tx_vld;
42+
4143
// Connect Data
4244

4345
assign user_tx_vld = 1'b1 ; // user_tx_vld is unused

0 commit comments

Comments
 (0)