summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e8e6379)
source files also moved, so be sure to do a cvs update -dp _without_
modified files!
setmode -bscan
setcable -p auto
identify
setmode -bscan
setcable -p auto
identify
-assignFile -p 3 -file pci_7seg.bit
+assignFile -p 3 -file raggedstone.bit
TMP = tmp/
$(shell mkdir tmp)
TMP = tmp/
$(shell mkdir tmp)
all: xst ngdbuild map par trace prom final
all: xst ngdbuild map par trace prom final
vhdl work "source/new_pciregs.vhd"
vhdl work "source/pcipargen.vhd"
vhdl work "source/new_pci32tlite.vhd"
vhdl work "source/new_pciregs.vhd"
vhdl work "source/pcipargen.vhd"
vhdl work "source/new_pci32tlite.vhd"
-vhdl work "source/top_pci_7seg.vhd"
+vhdl work "source/top_raggedstone.vhd"
vhdl work "source/heartbeat.vhd"
vhdl work "source/heartbeat.vhd"
-ofmt NGC
-p xc3s1500-4-fg456
-ofmt NGC
-p xc3s1500-4-fg456
-opt_mode Speed
-opt_level 1
-iuc NO
-opt_mode Speed
-opt_level 1
-iuc NO
-keep_hierarchy NO
-glob_opt AllClockNets
-rtlview Yes
-keep_hierarchy NO
-glob_opt AllClockNets
-rtlview Yes
--| ENTITY |\r
--+-----------------------------------------------------------------------------+\r
\r
--| ENTITY |\r
--+-----------------------------------------------------------------------------+\r
\r
port (\r
\r
-- General \r
port (\r
\r
-- General \r
LED_ALIVE : out std_logic\r
\r
);\r
LED_ALIVE : out std_logic\r
\r
);\r
\r
\r
--+-----------------------------------------------------------------------------+\r
--| ARCHITECTURE |\r
--+-----------------------------------------------------------------------------+\r
\r
\r
\r
--+-----------------------------------------------------------------------------+\r
--| ARCHITECTURE |\r
--+-----------------------------------------------------------------------------+\r
\r
-architecture pci_7seg_arch of pci_7seg is\r
+architecture raggedstone_arch of raggedstone is\r
\r
\r
--+-----------------------------------------------------------------------------+\r
\r
\r
--+-----------------------------------------------------------------------------+\r
led_o => LED_ALIVE\r
);\r
\r
led_o => LED_ALIVE\r
);\r
\r