diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -65,3 +65,4 @@ tb/simulate_isim.prj iseconfig/ build/ coregen-tmp/ +cores/*.v @@ -29,7 +29,7 @@ xilinx_cores := #xilinx_cores += cores/example.xco # bitfile bitwidth for flash uploads -mcs_datawidth = 16 +mcs_datawidth := 16 # Bulk of the actual Makefile is in a different file. include ./contrib/xilinx.mk @@ -61,7 +61,7 @@ Simulate with isim via: make simulate -View the results using isim with: +View the results using the isim GUI with: make isim |