Skip to content

Commit

Permalink
Merge pull request #406 from os-fpga/axi_mm_multi
Browse files Browse the repository at this point in the history
added setup_lec_sim for axi_mm_multi design
  • Loading branch information
NadeemYaseen authored Oct 15, 2024
2 parents b030605 + 642319e commit 34085bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,10 @@ parse_cga exit 1; }
[ "$tool_name" = "iverilog" ] && echo "simulate pnr icarus">>raptor_tcl.tcl || echo "simulate pnr verilator">>raptor_tcl.tcl
else
echo ""
fi
fi
echo "setup_lec_sim 10 2">>raptor_tcl.tcl
echo "simulate gate icarus">>raptor_tcl.tcl || echo "simulate gate verilator">>raptor_tcl.tcl
echo "simulate pnr icarus">>raptor_tcl.tcl || echo "simulate pnr verilator">>raptor_tcl.tcl
echo "sta">>raptor_tcl.tcl
echo "power">>raptor_tcl.tcl
echo "bitstream $bitstream">>raptor_tcl.tcl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ module aximm_ll_multi_tier2_master_name (

);

wire user_tx_vld;

// Connect Data

assign user_tx_vld = 1'b1 ; // user_tx_vld is unused
Expand Down

0 comments on commit 34085bf

Please sign in to comment.