-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make config & mem baseaddr a function argument, to support virtual mem
- Loading branch information
Aba
committed
Jul 25, 2024
1 parent
f1fb55f
commit 3e3307c
Showing
11 changed files
with
144 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
`define VALID_PROB 1000 | ||
`define READY_PROB 1000 | ||
`define VALID_PROB 100 | ||
`define READY_PROB 10 | ||
`define CLK_PERIOD 4.0 | ||
`define INPUT_DELAY_NS 0.8ns | ||
`define OUTPUT_DELAY_NS 0.8ns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/test/sv/cgra4ml_axi2ram_tb.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/test/sv/axi_sys_tb.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/test/sv/ext/axi_addr.v | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/test/sv/ext/skidbuffer.v | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/test/sv/ext/zipcpu_axi2ram.v | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/axi_cgra4ml.v | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/dnn_engine.v | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/alex_axis_register.v | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/alex_axis_pipeline_register.v | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/xilinx_spwf.v | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/axis_out_shift.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/n_delay.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ram.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/proc_engine.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/cyclic_bram.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/counter.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/axis_weight_rotator.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/axis_pixels.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/dma_controller.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/alex_axilite_wr.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/alex_axi_dma_wr.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/alex_axi_dma_rd.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/alex_axilite_rd.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/xilinx_sdp.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/alex_axis_adapter.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/alex_axis_adapter_any.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl/ext/alex_axilite_ram.sv | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/run/work/config_hw.svh | ||
/home/dominus/axi-tb-sys/cgra-remote/cgra4ml/run/work/config_tb.svh | ||
/mnt/d/dnn-engine/deepsocflow/test/sv/axi_sys_tb.sv | ||
/mnt/d/dnn-engine/deepsocflow/test/sv/cgra4ml_axi2ram_tb.sv | ||
/mnt/d/dnn-engine/deepsocflow/test/sv/ext/axi_addr.v | ||
/mnt/d/dnn-engine/deepsocflow/test/sv/ext/skidbuffer.v | ||
/mnt/d/dnn-engine/deepsocflow/test/sv/ext/zipcpu_axi2ram.v | ||
/mnt/d/dnn-engine/deepsocflow/rtl/axi_cgra4ml.v | ||
/mnt/d/dnn-engine/deepsocflow/rtl/dnn_engine.v | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/alex_axis_pipeline_register.v | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/alex_axis_register.v | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/xilinx_spwf.v | ||
/mnt/d/dnn-engine/deepsocflow/rtl/axis_out_shift.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/axis_pixels.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/axis_weight_rotator.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/counter.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/cyclic_bram.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/dma_controller.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/n_delay.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/proc_engine.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ram.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/alex_axilite_ram.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/alex_axilite_rd.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/alex_axilite_wr.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/alex_axis_adapter.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/alex_axis_adapter_any.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/alex_axi_dma_rd.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/alex_axi_dma_wr.sv | ||
/mnt/d/dnn-engine/deepsocflow/rtl/ext/xilinx_sdp.sv | ||
/mnt/d/dnn-engine/run/work/config_hw.svh | ||
/mnt/d/dnn-engine/run/work/config_tb.svh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
|
||
set PROJECT_NAME dsf_zcu104 | ||
set RTL_DIR /home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/rtl | ||
set RTL_DIR /mnt/d/dnn-engine/deepsocflow/rtl | ||
set CONFIG_DIR . | ||
|
||
source config_hw.tcl | ||
source /home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/tcl/fpga/zcu104.tcl | ||
source /home/dominus/axi-tb-sys/cgra-remote/cgra4ml/deepsocflow/tcl/fpga/vivado.tcl | ||
source /mnt/d/dnn-engine/deepsocflow/tcl/fpga/zcu104.tcl | ||
source /mnt/d/dnn-engine/deepsocflow/tcl/fpga/vivado.tcl |