3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-20 17:09:45 +00:00

Remove FHS dependency by replacing /bin/env with /usr/bin/env

This commit is contained in:
Emil J. Tywoniak 2026-04-23 15:48:33 +02:00
parent f213a34427
commit dc570e3d55
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/env bash
#!/usr/bin/env bash
yosys -p "synth_intel -family cycloneiv -top lfsr_updown -vqm top.vqm" lfsr_updown.v

View file

@ -1,2 +1,2 @@
#!/bin/env bash
#!/usr/bin/env bash
yosys -p "synth_intel -family max10 -top lfsr_updown -vqm top.vqm" lfsr_updown.v