Skip to content
Snippets Groups Projects
Commit 80bd6b2d authored by David Brouwer's avatar David Brouwer
Browse files

Added src/vhdl/common_paged_ram_cr_cw.vhd to synth_files. Added...

Added src/vhdl/common_paged_ram_cr_cw.vhd to synth_files. Added tb/vhdl/tb_common_paged_ram_cr_cw.vhd and tb/vhdl/tb_common_paged_ram_rw_rw.vhd to test_bench_files. Added tb/vhdl/tb_common_paged_ram_cr_cw.vhd, tb/vhdl/tb_common_paged_ram_rw_rw.vhd and tb_common_paged_ram_ww_rr.vhd to regression_test_vhdl.
parent 907a02c4
No related branches found
No related tags found
1 merge request!363Porting ram for Intel Agilex 7
...@@ -121,6 +121,7 @@ synth_files = ...@@ -121,6 +121,7 @@ synth_files =
src/vhdl/common_reinterleave.vhd src/vhdl/common_reinterleave.vhd
src/vhdl/common_paged_reg.vhd src/vhdl/common_paged_reg.vhd
src/vhdl/common_paged_ram_crw_crw.vhd src/vhdl/common_paged_ram_crw_crw.vhd
src/vhdl/common_paged_ram_cr_cw.vhd
src/vhdl/common_paged_ram_rw_rw.vhd src/vhdl/common_paged_ram_rw_rw.vhd
src/vhdl/common_paged_ram_r_w.vhd src/vhdl/common_paged_ram_r_w.vhd
src/vhdl/common_paged_ram_ww_rr.vhd src/vhdl/common_paged_ram_ww_rr.vhd
...@@ -171,6 +172,8 @@ test_bench_files = ...@@ -171,6 +172,8 @@ test_bench_files =
tb/vhdl/tb_common_multiplexer.vhd tb/vhdl/tb_common_multiplexer.vhd
tb/vhdl/tb_common_operation_tree.vhd tb/vhdl/tb_common_operation_tree.vhd
tb/vhdl/tb_common_paged_ram_crw_crw.vhd tb/vhdl/tb_common_paged_ram_crw_crw.vhd
tb/vhdl/tb_common_paged_ram_cr_cw.vhd
tb/vhdl/tb_common_paged_ram_rw_rw.vhd
tb/vhdl/tb_common_paged_ram_ww_rr.vhd tb/vhdl/tb_common_paged_ram_ww_rr.vhd
tb/vhdl/tb_common_pulse_extend.vhd tb/vhdl/tb_common_pulse_extend.vhd
tb/vhdl/tb_common_pulse_delay.vhd tb/vhdl/tb_common_pulse_delay.vhd
...@@ -220,6 +223,9 @@ regression_test_vhdl = ...@@ -220,6 +223,9 @@ regression_test_vhdl =
tb/vhdl/tb_common_fifo_rd.vhd tb/vhdl/tb_common_fifo_rd.vhd
tb/vhdl/tb_common_mem_mux.vhd tb/vhdl/tb_common_mem_mux.vhd
tb/vhdl/tb_common_paged_ram_crw_crw.vhd tb/vhdl/tb_common_paged_ram_crw_crw.vhd
tb/vhdl/tb_common_paged_ram_cr_cw.vhd
tb/vhdl/tb_common_paged_ram_rw_rw.vhd
tb/vhdl/tb_common_paged_ram_ww_rr.vhd
tb/vhdl/tb_common_pulser_us_ms_s.vhd tb/vhdl/tb_common_pulser_us_ms_s.vhd
tb/vhdl/tb_common_select_m_symbols.vhd tb/vhdl/tb_common_select_m_symbols.vhd
tb/vhdl/tb_common_shiftram.vhd tb/vhdl/tb_common_shiftram.vhd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment