Skip to content

Commit

Permalink
added setup_lec_sim for axi_mm_multi design
Browse files Browse the repository at this point in the history
  • Loading branch information
zhergarvi committed Oct 15, 2024
1 parent b030605 commit 642319e
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 642319e

Please sign in to comment.