1
0
mirror of https://github.com/olofk/serv.git synced 2026-02-08 16:51:17 +00:00

xilinx PLL: allows to specify PLL output frequency (16 or 32 MHz)

This commit is contained in:
Gwenhael Goavec-Merou
2019-11-10 17:32:38 +01:00
committed by Olof Kindgren
parent 1f6d215d19
commit d90030b955
3 changed files with 13 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ targets:
nexys_a7:
default_tool: vivado
filesets : [mem_files, soc, nexys_a7]
parameters : [memfile, memsize]
parameters : [memfile, memsize, frequency=32]
tools:
vivado: {part : xc7a100tcsg324-1}
toplevel : servix
@@ -110,6 +110,11 @@ parameters:
description : Preload RAM with a hex file at runtime (overrides memfile)
paramtype : plusarg
frequency:
datatype : int
description : PLL output frequency
paramtype : vlogparam
memfile:
datatype : file
description : Preload RAM with a hex file at compile-time