Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Renamed counters pass to greenpak4_counters | Andrew Zonenberg | 2016-03-30 | 4 | -9/+12 | |
| | | | ||||||
| * | | Added initial implementation of "counters" pass to synth_greenpak4. Can only ↵ | Andrew Zonenberg | 2016-03-30 | 2 | -25/+39 | |
| | | | | | | | | | | | | infer non-resettable down counters for now. | |||||
| * | | Reduced log verbosity | Andrew Zonenberg | 2016-03-30 | 1 | -9/+8 | |
| | | | ||||||
| * | | Continued work on counter extraction. Can recognize compatible RTL counters ↵ | Andrew Zonenberg | 2016-03-30 | 1 | -101/+155 | |
| | | | | | | | | | | | | but not replace with hard macros. | |||||
| * | | Merge https://github.com/cliffordwolf/yosys | Andrew Zonenberg | 2016-03-30 | 3 | -4/+10 | |
| |\ \ | |/ / |/| | | ||||||
* | | | We have 2016 for a while now | Clifford Wolf | 2016-03-30 | 2 | -2/+2 | |
| | | | ||||||
* | | | Added .vhd file extension support | Clifford Wolf | 2016-03-30 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2016-03-30 | 2 | -5/+78 | |
|\ \ \ | ||||||
* | | | | Added support for installed plugins | Clifford Wolf | 2016-03-30 | 1 | -2/+6 | |
| | | | | ||||||
| | * | | Updated tech lib for greenpak4 counter with some clarifications | Andrew Zonenberg | 2016-03-30 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Fixed typo in log message | Andrew Zonenberg | 2016-03-30 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Initial work on greenpak4 counter extraction. Doesn't work but a decent start | Andrew Zonenberg | 2016-03-30 | 3 | -0/+248 | |
| | | | | ||||||
| | * | | Added splitnets to synth_greenpak4 | Andrew Zonenberg | 2016-03-29 | 1 | -0/+2 | |
| |/ / | ||||||
| * | | 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 | |
| | |