- removed reference to fifo_sync_dist.

Use fifo_sync instead and specified ditributed ram_style
  in XCF-file during synthesis

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@473 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-05-06 21:30:23 +00:00
parent 0edf614e5e
commit f046307aa9
3 changed files with 65 additions and 231 deletions
+2 -3
View File
@@ -5,12 +5,11 @@ vlib work
# RAMS
vcom -explicit -93 "../../../misc/dpram_2w2r.vhd"
vcom -explicit -93 "../../../misc/dpram_1w1r.vhd"
vcom -explicit -93 "../../../misc/dpram_1w1r_dist.vhd"
# FIFOS
vcom -explicit -93 "../../../FIFO/src/fifo_ctrl_pkg.vhd"
vcom -explicit -93 "../../../FIFO/src/fifo_sync_ctrl.vhd"
vcom -explicit -93 "../../../FIFO/src/fifo_sync_dist.vhd"
vcom -explicit -93 "../../../FIFO/src/fifo_sync.vhd"
# UART
vcom -explicit -93 "../../../uart/bbfifo_16x8.vhd"
@@ -53,4 +52,4 @@ do {tb_mips_top.wdo}
view wave
view structure
view signals
run 1600us
run 12000us