URL
https://opencores.org/ocsvn/System09/System09/trunk
[/] [System09/] [trunk/] [mkfiles/] [def_rules.mk] - Diff between revs 81 and 91
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 81 |
Rev 91 |
Line 33... |
Line 33... |
|
|
# RULE: .s19 => .vhd
|
# RULE: .s19 => .vhd
|
# Build a VHDL file instantiated BRAMS initialized with the source from a S19 file
|
# Build a VHDL file instantiated BRAMS initialized with the source from a S19 file
|
%.vhd: %.s19
|
%.vhd: %.s19
|
@$(ECHO)
|
@$(ECHO)
|
@$(ECHO) "======= Generating Xilinx block RAM to hold ROM code ================"
|
@$(ECHO) "======= Generating block RAM of type $(BRAM_TYPE) to hold ROM code ================"
|
$(s19tovhd) $< $@ $(ENTITY) $(ADDRS)
|
$(s19tovhd) $(BRAM_TYPE) $< $@ $(ENTITY) $(ADDRS)
|
$(CAT) $(TOP_RAM) >>$@
|
$(CAT) $(TOP_RAM) >>$@
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.