mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 04:03:45 +00:00
6 lines
149 B
Bash
6 lines
149 B
Bash
#!/bin/bash
|
|
set -ex
|
|
rm -rf work
|
|
yosys example.ys
|
|
LM_LICENSE_FILE=1702@`hostname` /opt/microsemi/Libero_SoC_v11.9/Libero/bin/libero SCRIPT:libero.tcl
|