This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7a36728b2f
yosys
/
examples
/
intel
/
asicworld_lfsr
/
run_max10
3 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add initial support for both MAX10 and Cyclone IV (E|GX) FPGAs
2017-04-06 06:01:29 +02:00
#!/bin/env bash
Fixed the -vout flag to -vqm in examples/intel directory
2017-11-15 05:55:48 +01:00
yosys -p "synth_intel -family max10 -top lfsr_updown -vqm top.vqm" lfsr_updown.v