From d0f7c57d492ae132fac49479c3c2a425350d75d5 Mon Sep 17 00:00:00 2001 From: Philip Smart Date: Wed, 2 Sep 2020 13:01:45 +0100 Subject: [PATCH] Updates prior to branch --- .gitignore | 11 +++++++++++ build/DE10_nano_zpu.qsf | 6 ++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8b7df3a..9be9acd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.rpt *.srec *.swp +*.swo *.zpu *.log *.done @@ -64,3 +65,13 @@ nohup.out software/micropython/ software/x/ docker/QuartusPrime/files/bad/ +docker/QuartusPrime/Dockerfile.13.0.1.old +docker/QuartusPrime/Quartus-web-13.0.1.232-linux.tar +docker/QuartusPrime/files/13.0/ +docker/QuartusPrime/files/13.1/ +docker/QuartusPrime/files/17.1/ +docker/QuartusPrime/local/ +docker/QuartusPrime/quartus_docker.sh +docker/QuartusPrime/unison/ +docker/QuartusPrime/x/ + diff --git a/build/DE10_nano_zpu.qsf b/build/DE10_nano_zpu.qsf index 68d4537..5c00cd2 100644 --- a/build/DE10_nano_zpu.qsf +++ b/build/DE10_nano_zpu.qsf @@ -483,7 +483,7 @@ set_global_assignment -name VHDL_FILE ../devices/sysbus/ioctl/ioctl.vhd #set_global_assignment -name VHDL_FILE ../devices/sysbus/TCPU/tcpu.vhd #set_global_assignment -name QIP_FILE ../devices/sysbus/SDRAM/48LC16M16.qip #set_global_assignment -name QIP_FILE ../devices/sysbus/SDRAM/48LC16M16_cached.qip -#set_global_assignment -name QIP_FILE ../devices/sysbus/SDRAM/W9864G6.qip +set_global_assignment -name QIP_FILE ../devices/sysbus/SDRAM/W9864G6.qip #set_global_assignment -name QIP_FILE ../devices/sysbus/SDRAM/W9864G6_cached.qip set_global_assignment -name VHDL_FILE ../devices/WishBone/I2C/i2c_master_top.vhd set_global_assignment -name VHDL_FILE ../devices/WishBone/I2C/i2c_master_byte_ctrl.vhd @@ -499,4 +499,6 @@ set_global_assignment -name OPTIMIZATION_MODE "HIGH PERFORMANCE EFFORT" set_global_assignment -name VHDL_INPUT_VERSION VHDL_2008 set_global_assignment -name VHDL_SHOW_LMF_MAPPING_MESSAGES OFF -set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top + + +set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file