Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added more cell help messages | Clifford Wolf | 2016-03-29 | 1 | -0/+73 | |
| | | ||||||
| * | Fixed indenting in techlibs/greenpak4/gp_dff.lib | Clifford Wolf | 2016-03-29 | 1 | -5/+5 | |
|/ | ||||||
* | Merge pull request #141 from azonenberg/master | Clifford Wolf | 2016-03-29 | 1 | -0/+9 | |
|\ | | | | | Add Greenpak4 SYSRESET block support | |||||
| * | Added keep constraint to GP_SYSRESET cell | Andrew Zonenberg | 2016-03-28 | 1 | -0/+2 | |
| | | ||||||
| * | Added GP_SYSRESET block | Andrew Zonenberg | 2016-03-28 | 1 | -0/+7 | |
|/ | ||||||
* | Merge pull request #137 from ravenexp/master | Clifford Wolf | 2016-03-28 | 2 | -0/+6 | |
|\ | | | | | Embed DATDIR make variable value into yosys binary. | |||||
| * | Embed DATDIR make variable value into yosys binary. | Sergey Kvachonok | 2016-03-26 | 2 | -0/+6 | |
| | | | | | | | | Use it as the last resort in the share/ directory location search. | |||||
* | | Merge pull request #138 from SebKuzminsky/help-typo | Clifford Wolf | 2016-03-28 | 1 | -2/+2 | |
|\ \ | | | | | | | fix a cut-n-paste error in the -h help | |||||
| * | | fix a cut-n-paste error in the -h help | Sebastian Kuzminsky | 2016-03-26 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge pull request #139 from azonenberg/master | Clifford Wolf | 2016-03-28 | 1 | -2/+44 | |
|\ \ | |/ |/| | Add GreenPak4 LF oscillator support, renamed internal cell for consistency | |||||
| * | Added GP_COUNT8/GP_COUNT14 cells | Andrew Zonenberg | 2016-03-26 | 1 | -0/+22 | |
| | | ||||||
| * | Changed GP_LFOSC parameter configuration | Andrew Zonenberg | 2016-03-26 | 1 | -1/+3 | |
| | | ||||||
| * | Added GP_LFOSC cell | Andrew Zonenberg | 2016-03-26 | 1 | -0/+17 | |
| | | ||||||
| * | Renamed GP4_V* cells to GP_V* for consistency | Andrew Zonenberg | 2016-03-26 | 1 | -2/+3 | |
|/ | ||||||
* | Merge pull request #136 from ravenexp/master | Clifford Wolf | 2016-03-25 | 2 | -17/+20 | |
|\ | | | | | Minor Makefile adjustments | |||||
| * | Optionally use ${CC} when compiling test utils. | Sergey Kvachonok | 2016-03-25 | 1 | -1/+1 | |
| | | | | | | | | Default to gcc when not set. | |||||
| * | Allow redefining pkg-config Makefile command. | Sergey Kvachonok | 2016-03-25 | 1 | -2/+4 | |
| | | | | | | | | | | | | Example usage: $ make CXX=i686-w64-mingw32-g++ PKG_CONFIG=i686-w64-mingw32-pkg-config | |||||
| * | Allow redefining binary and data install locations. | Sergey Kvachonok | 2016-03-25 | 1 | -14/+15 | |
|/ | | | | | | | | | | | | Add three more Makefile variables in addition to PREFIX: $ make BINDIR=/.../bin LIBDIR=/.../lib DATDIR=/.../share/yosys The defaults are: BINDIR = $(PREFIX)/bin LIBDIR = $(PREFIX)/lib DATDIR = $(PREFIX)/share/yosys | |||||
* | Do not set "nosync" on task outputs, fixes #134 | Clifford Wolf | 2016-03-24 | 1 | -1/+2 | |
| | ||||||
* | Fixed handling of inverters (aka 1-input luts) in nlutmap | Clifford Wolf | 2016-03-23 | 1 | -2/+2 | |
| | ||||||
* | Added GP_DFFS, GP_DFFR, and GP_DFFSR | Clifford Wolf | 2016-03-23 | 4 | -21/+76 | |
| | ||||||
* | Added GP_DFF INIT parameter | Clifford Wolf | 2016-03-23 | 2 | -0/+4 | |
| | ||||||
* | Added ast.h to exported headers | Clifford Wolf | 2016-03-22 | 1 | -0/+1 | |
| | ||||||
* | Cleanup abstract modules at end of "hierarchy -top" | Clifford Wolf | 2016-03-21 | 1 | -2/+0 | |
| | ||||||
* | Support for abstract modules in chparam | Clifford Wolf | 2016-03-21 | 1 | -0/+6 | |
| | ||||||
* | Added support for $stop system task | Clifford Wolf | 2016-03-21 | 1 | -5/+5 | |
| | ||||||
* | Improvements in synth_greenpak4, added -part option | Clifford Wolf | 2016-03-21 | 1 | -30/+25 | |
| | ||||||
* | Improvements in ABCEXTERNAL handling | Clifford Wolf | 2016-03-19 | 3 | -11/+18 | |
| | ||||||
* | Merge pull request #130 from ravenexp/master | Clifford Wolf | 2016-03-19 | 2 | -4/+16 | |
|\ | | | | | Support calling out to an external ABC. | |||||
| * | Support calling out to an external ABC. | Sergey Kvachonok | 2016-03-19 | 2 | -4/+16 | |
|/ | | | | | | | $ make ABCEXTERNAL=my-abc && make ABCEXTERNAL=my-abc install configures yosys to use an external ABC executable instead of building and installing the in-tree ABC copy (yosys-abc). | |||||
* | Added $display %m support, fixed mem leak in $display, fixes #128 | Clifford Wolf | 2016-03-19 | 1 | -20/+44 | |
| | ||||||
* | Added black box modules for all the 7-series design elements (as listed in ↵ | Clifford Wolf | 2016-03-19 | 4 | -0/+3441 | |
| | | | | ug953) | |||||
* | Fixed localparam signdness, fixes #127 | Clifford Wolf | 2016-03-18 | 1 | -1/+1 | |
| | ||||||
* | Set "nosync" attribute on internal task/function wires | Clifford Wolf | 2016-03-18 | 1 | -0/+1 | |
| | ||||||
* | Fixed Verilog parser fix and more similar improvements | Clifford Wolf | 2016-03-15 | 1 | -18/+9 | |
| | ||||||
* | Use left-recursive rule for cell_port_list in Verilog parser. | Andrew Becker | 2016-03-15 | 1 | -6/+10 | |
| | ||||||
* | Bugfix in write_verilog for RTLIL processes | Clifford Wolf | 2016-03-14 | 1 | -9/+20 | |
| | ||||||
* | Cleanups and improvements in examples/cmos/ | Clifford Wolf | 2016-03-11 | 5 | -12/+19 | |
| | ||||||
* | Merge commit 'b34385ec924b6067c1f82bdbae923f8062518956' | Clifford Wolf | 2016-03-11 | 5 | -9/+76 | |
|\ | ||||||
| * | Completed ngspice digital example with verilog tb | Uros Platise | 2016-03-05 | 5 | -9/+76 | |
| | | ||||||
* | | Fixed typos in verilog_defaults help message | Clifford Wolf | 2016-03-10 | 1 | -3/+3 | |
| | | ||||||
* | | Added "write_edif -nogndvcc" | Clifford Wolf | 2016-03-08 | 1 | -17/+34 | |
| | | ||||||
* | | Added examples/cxx-api/evaldemo.cc | Clifford Wolf | 2016-03-08 | 1 | -0/+55 | |
| | | ||||||
* | | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2016-03-07 | 7 | -25/+123 | |
|\| | ||||||
| * | Added digital (xspice) example code to examples/cmos/ | Clifford Wolf | 2016-03-02 | 4 | -1/+70 | |
| | | ||||||
| * | Be more conservative with net names in spice output | Clifford Wolf | 2016-03-02 | 1 | -18/+47 | |
| | | ||||||
| * | Merge pull request #119 from SebKuzminsky/spelling-fixes | Clifford Wolf | 2016-02-29 | 2 | -6/+6 | |
| |\ | | | | | | | user-facing spelling fixes | |||||
| | * | user-facing spelling fixes | Sebastian Kuzminsky | 2016-02-28 | 2 | -6/+6 | |
| |/ | | | | | | | | | "speciefied" -> "specified" "unkown" -> "unknown" | |||||
* / | Using "mfs" and "lutpack" in ABC lut mapping | Clifford Wolf | 2016-03-07 | 1 | -5/+14 | |
|/ | ||||||
* | We are now in 0.6+ development | Clifford Wolf | 2016-02-26 | 1 | -1/+1 | |
| |