Skip to content

Commit

Permalink
update download sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan393 committed Jul 19, 2024
1 parent b595de4 commit c25eb16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions emData/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,15 @@ mv -fv tb_tf_top.vhd ../../IntegrationTests/CombinedBarrelConfig/tb/
### Combined IRtoTP
echo "CombinedIRtoTP"
cp -fv ../LUTsCM/wires.dat ../LUTsCM/memorymodules.dat ../LUTsCM/processingmodules.dat ./
./generator_hdl.py ../../ --no_graph --mut IR -u 0 -d 2 -w wires.dat -p processingmodules.dat -m memorymodules.dat -de 1 -sp
./generator_hdl.py ../../ --no_graph --mut IR -u 0 -d 2 -w wires.dat -p processingmodules.dat -m memorymodules.dat -de 1 -x -sp
./generator_hdl.py ../../ --no_graph --mut IR -u 0 -d 2 -w wires.dat -p processingmodules.dat -m memorymodules.dat -de 1 -sp 1
./generator_hdl.py ../../ --no_graph --mut IR -u 0 -d 2 -w wires.dat -p processingmodules.dat -m memorymodules.dat -de 1 -x -sp 1
mkdir -p ../../IntegrationTests/CombinedConfig/IRtoTP/{hdl,tb}
mv -fv memUtil_pkg.vhd SectorProcessor.vhd SectorProcessorFull.vhd ../../IntegrationTests/CombinedConfig/IRtoTP/hdl/
mv -fv tb_tf_top.vhd ../../IntegrationTests/CombinedConfig/IRtoTP/tb/
### Combined PC/VMSMER to TB
echo "CM FPGA2"
./generator_hdl.py ../../ --no_graph --split --fpga2 --mut PC -u 0 -d 2 -w fpga2_wires.dat -p fpga2_processingmodules.dat -m fpga2_memorymodules.dat -de 1
./generator_hdl.py ../../ --no_graph --split --fpga2 --mut PC -u 0 -d 2 -w fpga2_wires.dat -p fpga2_processingmodules.dat -m fpga2_memorymodules.dat -de 1 -x
./generator_hdl.py ../../ --no_graph --sp 2 --fpga2 --mut PC -u 0 -d 2 -w fpga2_wires.dat -p fpga2_processingmodules.dat -m fpga2_memorymodules.dat -de 1
./generator_hdl.py ../../ --no_graph --sp 2 --fpga2 --mut PC -u 0 -d 2 -w fpga2_wires.dat -p fpga2_processingmodules.dat -m fpga2_memorymodules.dat -de 1 -x
mkdir -p ../../IntegrationTests/CombinedConfig_FPGA2/{hdl,tb}
mv -fv memUtil_pkg.vhd SectorProcessor.vhd SectorProcessorFull.vhd ../../IntegrationTests/CombinedConfig_FPGA2/hdl/
mv -fv tb_tf_top.vhd ../../IntegrationTests/CombinedConfig_FPGA2/tb/
Expand Down

0 comments on commit c25eb16

Please sign in to comment.