- use SPI flash as SPI slave
git-svn-id: http://moon:8086/svn/vhdl/trunk@1292 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
##
|
||||
if {[file exists work]} {vdel -lib work -all}
|
||||
|
||||
vlib fmf
|
||||
vcom -work fmf -93 "../../models/memory/flash/serial/S25fl064k/utilities/conversions.vhd"
|
||||
vcom -work fmf -93 "../../models/memory/flash/serial/S25fl064k/utilities/gen_utils.vhd"
|
||||
|
||||
vlib work
|
||||
vcom -explicit -93 "../../misc/utils_pkg.vhd"
|
||||
vcom -explicit -93 "../../FIFO/src/fifo_ctrl_pkg.vhd"
|
||||
@@ -14,6 +18,7 @@ vcom -explicit -93 "../../FIFO/src/fifo_sync_ctrl.vhd"
|
||||
vcom -explicit -93 "../../FIFO/src/fifo_sync.vhd"
|
||||
vcom -explicit -93 "../src/spi_types.vhd"
|
||||
vcom -explicit -93 "../src/spi_master.vhd"
|
||||
vcom -explicit -93 "../../models/memory/flash/serial/S25fl064k/model/S25fl064k.vhd"
|
||||
vcom -explicit -93 "../src/tb_spi_master.vhd"
|
||||
vsim -t 1ps -lib work tb_spi_master
|
||||
view wave
|
||||
|
||||
Reference in New Issue
Block a user