|
|
@ -335,6 +335,7 @@ targets:
|
|
|
|
default_tool: vivado
|
|
|
|
default_tool: vivado
|
|
|
|
filesets: [core, arty_a7, soc, fpga, debug_xilinx, litedram, liteeth, uart16550, xilinx_specific, litesdcard]
|
|
|
|
filesets: [core, arty_a7, soc, fpga, debug_xilinx, litedram, liteeth, uart16550, xilinx_specific, litesdcard]
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
- cpus
|
|
|
|
- memory_size
|
|
|
|
- memory_size
|
|
|
|
- ram_init_file
|
|
|
|
- ram_init_file
|
|
|
|
- use_litedram=true
|
|
|
|
- use_litedram=true
|
|
|
@ -496,6 +497,12 @@ generate:
|
|
|
|
parameters: {vendor : xilinx, frequency : 100e6}
|
|
|
|
parameters: {vendor : xilinx, frequency : 100e6}
|
|
|
|
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
cpus:
|
|
|
|
|
|
|
|
datatype : int
|
|
|
|
|
|
|
|
description : Number of CPU cores to include in the SoC.
|
|
|
|
|
|
|
|
paramtype : generic
|
|
|
|
|
|
|
|
default : 1
|
|
|
|
|
|
|
|
|
|
|
|
memory_size:
|
|
|
|
memory_size:
|
|
|
|
datatype : int
|
|
|
|
datatype : int
|
|
|
|
description : On-chip memory size (bytes). If no_bram is set, this is the size carved out for the DRAM payload
|
|
|
|
description : On-chip memory size (bytes). If no_bram is set, this is the size carved out for the DRAM payload
|
|
|
|