turn on bitstream compression

core0-buffer
Sebastien Bourdeauducq 2020-04-11 21:20:38 +08:00
parent 64ac021a36
commit 356860e8dc
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ from artiq.gateware.rtio.phy import ttl_simple
class ZC706(SoCCore):
def __init__(self):
platform = zc706.Platform()
platform.toolchain.bitstream_commands.extend([
"set_property BITSTREAM.GENERAL.COMPRESS True [current_design]",
])
SoCCore.__init__(self, platform=platform)
platform.add_platform_command("create_clock -name clk_fpga_0 -period 8 [get_pins \"PS7/FCLKCLK[0]\"]")