qmtech_xc7a35 set symbiflow_device, needed when using symbiflow

This commit is contained in:
Hans Baier 2021-05-08 18:01:01 +07:00
parent df447ddc87
commit ddaab5317e
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ class Platform(XilinxPlatform):
self.add_platform_command("set_property INTERNAL_VREF 0.675 [get_iobanks 15]")
self.add_platform_command("set_property CFGBVS VCCO [current_design]")
self.add_platform_command("set_property CONFIG_VOLTAGE 3.3 [current_design]")
self.toolchain.symbiflow_device = device
def create_programmer(self):
bscan_spi = "bscan_spi_xc7a35t.bit"