17 lines
383 B
Plaintext
17 lines
383 B
Plaintext
## NOTE: Do not edit this file.
|
|
##
|
|
vlib work
|
|
|
|
# Top and TB
|
|
vcom -explicit -93 "../src/package_utility.vhd"
|
|
vcom -explicit -93 "../src/CY7C1354B.vhd"
|
|
vcom -explicit -93 "../src/ssram_frontend_wb.vhd"
|
|
vcom -explicit -93 "../src/tb_ssram_frontend_wb.vhd"
|
|
|
|
vsim -t 1ps -lib work tb_ssram_frontend_wb
|
|
do {tb_ssram_frontend_wb.wdo}
|
|
view wave
|
|
view structure
|
|
view signals
|
|
run 6us
|
|
|