From dc570e3d5525834364172f52056505424a26f3b1 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Thu, 23 Apr 2026 15:48:33 +0200 Subject: [PATCH] Remove FHS dependency by replacing /bin/env with /usr/bin/env --- examples/intel/asicworld_lfsr/run_cycloneiv | 2 +- examples/intel/asicworld_lfsr/run_max10 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/intel/asicworld_lfsr/run_cycloneiv b/examples/intel/asicworld_lfsr/run_cycloneiv index c7498bded..077b7fbde 100755 --- a/examples/intel/asicworld_lfsr/run_cycloneiv +++ b/examples/intel/asicworld_lfsr/run_cycloneiv @@ -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 diff --git a/examples/intel/asicworld_lfsr/run_max10 b/examples/intel/asicworld_lfsr/run_max10 index b75d552bb..8fccb57f8 100755 --- a/examples/intel/asicworld_lfsr/run_max10 +++ b/examples/intel/asicworld_lfsr/run_max10 @@ -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