forked from M-Labs/artiq
parent
5e074f83ac
commit
ddcc68cff9
|
@ -146,11 +146,6 @@ class Standalone(MiniSoC, AMPSoC):
|
|||
**kwargs)
|
||||
AMPSoC.__init__(self)
|
||||
platform = self.platform
|
||||
platform.toolchain.bitstream_commands.extend([
|
||||
"set_property BITSTREAM.GENERAL.COMPRESS True [current_design]",
|
||||
"set_property CFGBVS VCCO [current_design]",
|
||||
"set_property CONFIG_VOLTAGE 3.3 [current_design]",
|
||||
])
|
||||
|
||||
# forward RTM UART to second FTDI UART channel
|
||||
serial_1 = platform.request("serial", 1)
|
||||
|
|
|
@ -14,7 +14,7 @@ requirements:
|
|||
run:
|
||||
- python >=3.5.3,<3.6
|
||||
- setuptools 33.1.1
|
||||
- migen 0.7 py35_10+git0996e0b
|
||||
- migen 0.7 py35_14+git8fcd67a
|
||||
- misoc 0.9 py35_20+git5fed1095
|
||||
- jesd204b 0.5
|
||||
- microscope
|
||||
|
|
Loading…
Reference in New Issue