This website requires JavaScript.
Explore
Help
Register
Sign In
github.com
/
YosysHQ.yosys
Watch
1
Star
0
Fork
0
You've already forked YosysHQ.yosys
mirror of
synced
2026-04-26 04:08:28 +00:00
Code
Issues
Releases
Wiki
Activity
Files
ba83a7bdc641c68344b41f407323c76b8c62c674
YosysHQ.yosys
/
frontends
/
verilog
History
Clifford Wolf
e218f0eacf
Added support for non-standard <plugin>:<c_name> DPI syntax
2014-08-22 14:30:29 +02:00
..
.gitignore
added .gitignore files
2013-01-05 11:19:11 +01:00
const2ast.cc
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
2014-07-31 13:19:47 +02:00
lexer.l
Added support for DPI function with different names in C and Verilog
2014-08-21 17:22:04 +02:00
Makefile.inc
Added "make PRETTY=1"
2014-07-24 17:15:01 +02:00
parser.y
Added support for non-standard <plugin>:<c_name> DPI syntax
2014-08-22 14:30:29 +02:00
preproc.cc
Fixed line numbers when using here-doc macros
2014-08-14 22:26:30 +02:00
verilog_frontend.cc
Added support for global tasks and functions
2014-08-21 12:42:28 +02:00
verilog_frontend.h
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
2014-07-31 13:19:47 +02:00