From: Luke Kenneth Casson Leighton Date: Wed, 16 Feb 2022 14:16:18 +0000 (+0000) Subject: drop clock frequency to 25 mhz and disable abc9 (it fails to build) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=779f8dd7a3d915a57f92aef71aab535a7182631b;p=ls2.git drop clock frequency to 25 mhz and disable abc9 (it fails to build) --- diff --git a/src/ls2.py b/src/ls2.py index cd3b4c8..78e4399 100644 --- a/src/ls2.py +++ b/src/ls2.py @@ -271,11 +271,12 @@ if __name__ == "__main__": fw_addr=fw_addr, ddr_pins=ddr_pins, uart_pins=uart_pins, - firmware=firmware) + firmware=firmware, + clk_freq=25e6) - if toolchain == 'Trellis': + #if toolchain == 'Trellis': # add -abc9 option to yosys synth_ecp5 - os.environ['NMIGEN_synth_opts'] = '-abc9' + # os.environ['NMIGEN_synth_opts'] = '-abc9' if platform is not None: # build and upload it