This website requires JavaScript.
Explore
Help
Sign In
riscv
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Projects
Releases
Wiki
Activity
697cf1eb80
yosys
/
techlibs
/
blackbox.sed
5 lines
87 B
Sed
Raw
Blame
History
#!/bin/sed -r
/
^(wire|assign|reg)
/
d
;
/
^(genvar|always|initial)
/
,
/
^end
/
d
;
s
/
reg
/
/
;
Reference in New Issue
View Git Blame
Copy Permalink