mirror of
https://github.com/wfjm/w11.git
synced 2026-01-12 00:43:01 +00:00
- add fifo_simple_dram: simple fifo with CE/WE interface, dram based - add test benches for fifo_simple_dram, fifo_2c_dram, and fifo_2c_dram2 - add simclkv: test bench clock generator with variable period
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
# configure for _*sim case
|
|
# configure
|
|
uut = tbd_fifo_2c_dram_ssim.vhd
|
|
# design
|
|
tb_fifo_2c_dram.vbom
|
|
@top:tb_fifo_2c_dram
|