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
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
# libs
|
|
../../slvtypes.vhd
|
|
../../simlib/simlib.vhd
|
|
# components
|
|
../../simlib/simclkv.vbom
|
|
../../simlib/simclkcnt.vbom
|
|
${uut := tbd_fifo_2c_dram2.vbom} -UUT
|
|
# design
|
|
tb_fifo_2c_dram2.vhd
|