Remove DSP
This commit is contained in:
parent
f475483803
commit
3d09ba0dbd
|
@ -43,7 +43,7 @@
|
|||
|
||||
synth = pkgs.runCommandCC "synth" {} ''
|
||||
mkdir -p "$out"
|
||||
find ${./src} -name '*.v' -exec ${yosys}/bin/yosys -f ' -sv' -Q -p "synth_ice40 -top topmost -json $out/synth.json -dsp" {} +
|
||||
find ${./src} -name '*.v' -exec ${yosys}/bin/yosys -f ' -sv' -Q -p "synth_ice40 -top topmost -json $out/synth.json" {} +
|
||||
'';
|
||||
|
||||
pnr-interactive = pkgs.writeScriptBin "pnr-interactive" ''
|
||||
|
|
Loading…
Reference in New Issue
Block a user