File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module tinyqv_buffer (
1111 /* verilator lint_off ASSIGNDLY */
1212 buf #1 i_buf (X , A);
1313 /* verilator lint_on ASSIGNDLY */
14- `elsif ICE40
14+ `elsif SYNTH_FPGA
1515 assign X = A;
1616 `elsif SCL_sky130_fd_sc_hd
1717 /* verilator lint_off PINMISSING */
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pico_ice:
1111 # verilator --lint-only -Wall -Wno-DECLFILENAME -Wno-MULTITOP $(FILES)
1212
1313 # synthesize using Yosys
14- yosys -p "synth_ice40 -abc9 -device u -top tinyQV_top -json $(PROJ).json" -DICE40 $(FILES) > yosys.log
14+ yosys -p "synth_ice40 -abc9 -device u -top tinyQV_top -json $(PROJ).json" -DICE40 -DSYNTH_FPGA $(FILES) > yosys.log
1515 @grep Warn yosys.log || true
1616 @grep Error yosys.log || true
1717 @egrep "[0-9]+ submodules" yosys.log | head -1
Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0
44 */
55
6- `define default_netname none
6+ `default_nettype none
77
88module tinyQV_top (
99 input clk,
You can’t perform that action at this time.
0 commit comments