From 250d09ed2d1b7b8b832713e31a97e5f2a6d10076 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Fri, 23 Aug 2019 14:09:06 +0200 Subject: [PATCH] Add Nexys Video support --- microwatt.core | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/microwatt.core b/microwatt.core index 27c7084..30354ce 100644 --- a/microwatt.core +++ b/microwatt.core @@ -44,6 +44,11 @@ filesets: - fpga/nexys_a7.xdc : {file_type : xdc} - fpga/clk_gen_bypass.vhd : {file_type : vhdlSource-2008} + nexys_video: + files: + - fpga/nexys-video.xdc : {file_type : xdc} + - fpga/clk_gen_bypass.vhd : {file_type : vhdlSource-2008} + targets: nexys_a7: default_tool: vivado @@ -53,6 +58,14 @@ targets: vivado: {part : xc7a100tcsg324-1} toplevel : toplevel + nexys_video: + default_tool: vivado + filesets: [core, nexys_video, soc] + parameters : [memory_size, ram_init_file] + tools: + vivado: {part : xc7a200tsbg484-1} + toplevel : toplevel + parameters: memory_size: datatype : int