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-03-06 03:29:04 +00:00
Code
Issues
Releases
Wiki
Activity
Files
c5dbb1aa28f5fb10ebbc0696545ede6fa76ce20b
YosysHQ.yosys
/
frontends
/
verilog
History
Clifford Wolf
a21481b338
Fixed parsing of "module mymod #( parameter foo = 1, bar = 2 ..."
2014-10-30 14:01:02 +01:00
..
.gitignore
Updated .gitignore file for ilang and verilog frontends
2014-10-15 01:14:38 +02:00
const2ast.cc
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
2014-07-31 13:19:47 +02:00
Makefile.inc
Updated lexers & parsers to include prefixes
2014-10-15 00:48:19 +02:00
preproc.cc
Re-introduced Yosys::readsome() helper function
2014-10-23 10:58:36 +02:00
verilog_frontend.cc
Print "SystemVerilog" in "read_verilog -sv" log messages
2014-10-16 10:31:54 +02:00
verilog_frontend.h
Changed frontend-api from FILE to std::istream
2014-08-23 15:03:55 +02:00
verilog_lexer.l
Re-introduced Yosys::readsome() helper function
2014-10-23 10:58:36 +02:00
verilog_parser.y
Fixed parsing of "module mymod #( parameter foo = 1, bar = 2 ..."
2014-10-30 14:01:02 +01:00