Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Cosmetic fix in Module::addLut() | Clifford Wolf | 2015-09-18 | 2 | -5/+5 | |
| | | | ||||||
* | | | Added buffer detection to "abc -lut" | Clifford Wolf | 2015-09-18 | 1 | -0/+6 | |
| | | | ||||||
* | | | Renamed GreenPAK4 cells, improved GP4 DFF mapping | Clifford Wolf | 2015-09-18 | 5 | -9/+50 | |
| | | | ||||||
* | | | Added support for "dfflibmap -liberty +/..." | Clifford Wolf | 2015-09-18 | 1 | -0/+1 | |
| | | | ||||||
* | | | Added detection of "mux inverter" chains in opt_const | Clifford Wolf | 2015-09-18 | 1 | -0/+2 | |
| | | | ||||||
* | | | Added $logic_not handling to fsm_detect | Clifford Wolf | 2015-09-18 | 1 | -0/+2 | |
| | | | ||||||
* | | | Added $finish and $display to README | Clifford Wolf | 2015-09-18 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'feat-finish-disp' | Clifford Wolf | 2015-09-18 | 1 | -2/+98 | |
|\ \ \ | ||||||
| * | | | Added AST_INITIAL checks for $finish and $display | Clifford Wolf | 2015-09-18 | 1 | -2/+9 | |
| | | | | ||||||
| * | | | Initial implementation of $display() | Andrew Zonenberg | 2015-09-18 | 1 | -1/+84 | |
| | | | | ||||||
| * | | | Initial implementation of $finish() | Andrew Zonenberg | 2015-09-18 | 1 | -2/+8 | |
|/ / / | ||||||
* | | | Fixed copy&paste typo in synth_greenpak4 | Clifford Wolf | 2015-09-16 | 1 | -3/+3 | |
| | | | ||||||
* | | | Added GreenPAK4 skeleton | Clifford Wolf | 2015-09-16 | 4 | -0/+297 | |
| | | | ||||||
* | | | Fixed sharing of $memrd cells | Clifford Wolf | 2015-09-12 | 1 | -0/+4 | |
| | | | ||||||
* | | | Fixed ice40 handling of negclk RAM40 | Clifford Wolf | 2015-09-10 | 2 | -12/+12 | |
| | | | ||||||
* | | | Fixed port ordering in "splitnets" cmd | Clifford Wolf | 2015-09-01 | 1 | -7/+18 | |
| | | | ||||||
* | | | gcc-4.6 build fixes | Clifford Wolf | 2015-09-01 | 2 | -3/+3 | |
| | | | ||||||
* | | | Removed unnecessary cast. | Andrei Errapart | 2015-09-01 | 1 | -2/+2 | |
| | | | ||||||
* | | | Microsoft Visual C++ fixes in hashlib; template specializations on int32_t ↵ | Andrei Errapart | 2015-09-01 | 1 | -6/+8 | |
| | | | | | | | | | | | | and int64_t. | |||||
* | | | Microsoft Visual C++ fix for log.h. | Andrei Errapart | 2015-09-01 | 1 | -0/+5 | |
| | | | ||||||
* | | | Fixed iopadmap help message | Clifford Wolf | 2015-08-31 | 1 | -3/+3 | |
| | | | ||||||
* | | | Added SigMap::allbits() | Clifford Wolf | 2015-08-31 | 1 | -0/+8 | |
| | | | ||||||
* | | | Using dict<> and pool<> in alumacc pass | Clifford Wolf | 2015-08-31 | 1 | -5/+5 | |
| | | | ||||||
* | | | Added "yosys-smt2-wire" tag support to smt2 back-end | Clifford Wolf | 2015-08-31 | 1 | -0/+2 | |
| | | | ||||||
* | | | Fixed handling of memory read without address | Clifford Wolf | 2015-08-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Switched to Python 3 | Clifford Wolf | 2015-08-22 | 14 | -35/+14 | |
| | | | ||||||
* | | | Added sat -show-regs, -show-public, -show-all | Clifford Wolf | 2015-08-18 | 1 | -0/+39 | |
| | | | ||||||
* | | | Bugfix in fsm_detect for complex muxtrees | Clifford Wolf | 2015-08-18 | 1 | -15/+23 | |
| | | | ||||||
* | | | Properly clean up unused "init" attributes | Clifford Wolf | 2015-08-18 | 2 | -6/+36 | |
| | | | ||||||
* | | | Small corrections to const2ast warning messages | Clifford Wolf | 2015-08-17 | 1 | -2/+2 | |
| | | | ||||||
* | | | Check base-n literals only contain valid digits | Florian Zeitz | 2015-08-17 | 1 | -0/+3 | |
| | | | ||||||
* | | | Warn on literals exceeding the specified bit width | Florian Zeitz | 2015-08-17 | 1 | -34/+39 | |
| | | | ||||||
* | | | Merge pull request #72 from cseed/master | Clifford Wolf | 2015-08-17 | 1 | -0/+34 | |
|\| | | | | | | | | Added .travis.yml. | |||||
| * | | Added .travis.yml. | Cotton Seed | 2015-08-17 | 1 | -0/+34 | |
|/ / | ||||||
* | | Another bugfix for ice40 and xilinx brams_init make rules | Clifford Wolf | 2015-08-16 | 4 | -9/+9 | |
| | | ||||||
* | | Fixed Makefile rules for generated share files | Clifford Wolf | 2015-08-16 | 3 | -2/+20 | |
| | | ||||||
* | | Added $tribuf and $_TBUF_ sim models | Clifford Wolf | 2015-08-16 | 2 | -0/+20 | |
| | | ||||||
* | | Added tribuf command | Clifford Wolf | 2015-08-16 | 3 | -0/+189 | |
| | | ||||||
* | | Added $tribuf and $_TBUF_ cell types | Clifford Wolf | 2015-08-16 | 5 | -2/+42 | |
| | | ||||||
* | | Fixed opt_clean handling of inout ports | Clifford Wolf | 2015-08-16 | 1 | -2/+2 | |
| | | ||||||
* | | Fixed generation of smt2 concat statements | Clifford Wolf | 2015-08-15 | 1 | -3/+5 | |
| | | ||||||
* | | Fix version strings for out-of-tree builds | Larry Doolittle | 2015-08-14 | 1 | -2/+2 | |
| | | | | | | | | Still assumes source tree is a git repository | |||||
* | | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 24 | -53/+53 | |
| | | | | | | | | Smaller this time | |||||
* | | Keep gcc from complaining about uninitialized variables | Larry Doolittle | 2015-08-14 | 2 | -3/+3 | |
| | | ||||||
* | | Re-created command-reference-manual.tex, copied some doc fixes to online help | Clifford Wolf | 2015-08-14 | 10 | -52/+668 | |
| | | ||||||
* | | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 63 | -220/+220 | |
| | | ||||||
* | | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2015-08-13 | 17 | -79/+169 | |
|\ \ | ||||||
| * | | Added "write_smt2 -regs" | Clifford Wolf | 2015-08-12 | 1 | -7/+36 | |
| | | | ||||||
| * | | Fixed "make clean" for out-of-tree builds | Clifford Wolf | 2015-08-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Adjust makefiles to work with out-of-tree builds | Clifford Wolf | 2015-08-12 | 12 | -41/+32 | |
| | | | | | | | | | | | | This is based on work done by Larry Doolittle |