URL
https://opencores.org/ocsvn/amber/amber/trunk
[/] [amber/] [trunk/] [hw/] [vlog/] [system/] [boot_mem128.v] - Diff between revs 61 and 82
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 61 |
Rev 82 |
Line 127... |
Line 127... |
// This file holds a software image used for FPGA simulations
|
// This file holds a software image used for FPGA simulations
|
// This pre-processor syntax works with both the simulator
|
// This pre-processor syntax works with both the simulator
|
// and ISE, which I couldn't get to work with giving it the
|
// and ISE, which I couldn't get to work with giving it the
|
// file name as a define.
|
// file name as a define.
|
|
|
`ifdef BOOT_MEM_PARAMS_FILE
|
`ifdef BOOT_MEM128_PARAMS_FILE
|
`include `BOOT_MEM_PARAMS_FILE
|
`include `BOOT_MEM128_PARAMS_FILE
|
`else
|
`else
|
`ifdef BOOT_LOADER_ETHMAC
|
`ifdef BOOT_LOADER_ETHMAC
|
`include "boot-loader-ethmac_memparams128.v"
|
`include "boot-loader-ethmac_memparams128.v"
|
`else
|
`else
|
// default file
|
// default file
|
Line 167... |
Line 167... |
// =======================================================================================
|
// =======================================================================================
|
|
|
|
|
//synopsys translate_off
|
//synopsys translate_off
|
`ifdef XILINX_SPARTAN6_FPGA
|
`ifdef XILINX_SPARTAN6_FPGA
|
`ifdef BOOT_MEM_PARAMS_FILE
|
`ifdef BOOT_MEM128_PARAMS_FILE
|
initial
|
initial
|
$display("Boot mem file is %s", `BOOT_MEM_PARAMS_FILE );
|
$display("Boot mem file is %s", `BOOT_MEM128_PARAMS_FILE );
|
`endif
|
`endif
|
`endif
|
`endif
|
//synopsys translate_on
|
//synopsys translate_on
|
|
|
endmodule
|
endmodule
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.