Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iceprog: Add option `--help' | Roland Lutz | 2017-07-02 | 1 | -3/+15 |
| | |||||
* | iceprog: Check for non-applicable options | Roland Lutz | 2017-06-19 | 1 | -0/+18 |
| | |||||
* | iceprog: Check for invalid offset/size arguments | Roland Lutz | 2017-06-08 | 1 | -4/+12 |
| | |||||
* | iceprog: Give more information about invocation errors | Roland Lutz | 2017-06-08 | 1 | -9/+24 |
| | |||||
* | Fix I/O tile documentation | Roland Lutz | 2017-06-07 | 1 | -5/+5 |
| | |||||
* | Merge pull request #81 from cbiffle/allow-long-sym-lines | Clifford Wolf | 2017-05-11 | 1 | -2/+10 |
|\ | | | | | icetime: allow longer lines in input asc files | ||||
| * | icetime: never silently truncate asc file lines | Cliff L. Biffle | 2017-05-09 | 1 | -2/+10 |
|/ | | | | | | | | | | | | | | | | | | icetime was reading the asc configuration file using a 128-byte line buffer -- which is usually fine, but can cause it to truncate the names of nets given in .sym lines if those names are very, very long. The way fgets was being used meant this went undetected. Long net names like this can arise in deeply hierarchical designs, particularly if there's a code generator involved. This change: 1. Increases the buffer size to 64kiB. 2. Adds a truncation check that causes icetime to fail. A more robust solution would manage the line buffer on the heap, since the symbol gets copied into a std::string anyway, but this is a workaround for now. | ||||
* | Merge pull request #80 from set-soft/less_latency | Clifford Wolf | 2017-05-03 | 1 | -2/+2 |
|\ | | | | | Reduced the timer latency to 1 (minimum allowed) some users are repor… | ||||
| * | Reduced the timer latency to 1 (minimum allowed) some users are reporting ↵ | Salvador E. Tropea | 2017-05-03 | 1 | -2/+2 |
|/ | | | | better results | ||||
* | Merge pull request #79 from set-soft/fix_latency_timer | Clifford Wolf | 2017-05-03 | 1 | -1/+20 |
|\ | | | | | Fix latency timer | ||||
| * | Added code to restore the original timer latency. In this way the user can ↵ | Salvador E. Tropea | 2017-05-03 | 1 | -1/+15 |
| | | | | | | | | avoid 500 Hz interrupts. | ||||
| * | Added a call to ftdi_set_latency_timer to make iceprog performance ↵ | Salvador E. Tropea | 2017-05-03 | 1 | -0/+5 |
|/ | | | | independent of system settings | ||||
* | Add missing .rpt file to iceblink example "make clean" | Clifford Wolf | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Fix 32c3 video link in docs | Clifford Wolf | 2017-03-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #75 from joshhead/icepll-comma | Clifford Wolf | 2017-03-14 | 1 | -1/+1 |
|\ | | | | | Remove trailing comma in icepll module output. | ||||
| * | Remove trailing comma in icepll module output. | Josh Headapohl | 2017-03-13 | 1 | -1/+1 |
|/ | |||||
* | Add LP384 to list of supported devices | Clifford Wolf | 2017-03-13 | 1 | -0/+3 |
| | |||||
* | Add LP384 support to icetime | Clifford Wolf | 2017-03-13 | 2 | -2/+9 |
| | |||||
* | Disable propagation of LP384 ieren bits into iceboxdb.py | Clifford Wolf | 2017-03-11 | 1 | -1/+8 |
| | |||||
* | Merge branch 'master' of https://github.com/hermitsoft/icestorm | Clifford Wolf | 2017-03-11 | 22 | -58/+458 |
|\ | |||||
| * | icefuzz data and test scripts for LP384-CM49 | hermitsoft | 2017-03-10 | 10 | -1/+246 |
| | | |||||
| * | make_mesh.py fix for even pin-distribution | hermitsoft | 2017-03-09 | 1 | -2/+2 |
| | | |||||
| * | Maximized icefuzz testcases for LP384-CM49 | hermitsoft | 2017-03-09 | 9 | -16/+16 |
| | | |||||
| * | ieren and pin info for all LP384 | hermitsoft | 2017-03-09 | 4 | -41/+196 |
|/ | |||||
* | Merge branch 'hermitsoft' | Clifford Wolf | 2017-03-09 | 5 | -21/+142 |
|\ | |||||
| * | Add icecube.sh support for lp384-cm36 and lp384-cm49, make cm49 default | Clifford Wolf | 2017-03-09 | 2 | -6/+17 |
| | | |||||
| * | Icebox builds chipdb-384, icebox.py data still to refine. | hermitsoft | 2017-03-08 | 3 | -4/+5 |
| | | |||||
| * | filled LP384 fields in icebox.py but data needs refinement | hermitsoft | 2017-03-08 | 1 | -8/+81 |
| | | |||||
| * | Some LP384 data added to icebox.py | hermitsoft | 2017-03-08 | 1 | -5/+41 |
|/ | |||||
* | Fix icecube.sh -384 | Clifford Wolf | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'hermitsoft' | Clifford Wolf | 2017-03-08 | 20 | -77/+554 |
|\ | |||||
| * | Fix some of the obvious 384 todos in icebox.py | Clifford Wolf | 2017-03-08 | 1 | -8/+3 |
| | | |||||
| * | Remove some trailing whitespaces | Clifford Wolf | 2017-03-08 | 2 | -4/+4 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | hermitsoft | 2017-03-07 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | Merge branch 'hermitsoft-master' | Clifford Wolf | 2017-03-07 | 1 | -37/+53 |
|\ \ | |||||
| * | | Fix trailing whitespace in icepack.cc | Clifford Wolf | 2017-03-07 | 1 | -1/+1 |
| | | | |||||
| | * | tmedges.txt added, icebox-Makefile buildable | hermitsoft | 2017-03-07 | 2 | -1/+3 |
| | | | |||||
| | * | LP384 timings exported too by Makefile | hermitsoft | 2017-03-07 | 3 | -0/+297 |
| | | | |||||
| | * | icefuzz make_xxx.py files are ready for LP384. | hermitsoft | 2017-03-07 | 7 | -62/+89 |
| | | | |||||
| | * | Fixes for LP384 in some make_xx.py, etc | hermitsoft | 2017-03-07 | 4 | -10/+22 |
| | | | |||||
| | * | LP384 support in icefuzz (Makefile,icebox.sh,etc) | hermitsoft | 2017-03-07 | 1 | -0/+5 |
| | | | |||||
| | * | LP384 support in icefuzz (Makefile,icebox.sh,etc) | hermitsoft | 2017-03-07 | 4 | -2/+76 |
| | | | |||||
| | * | Work started for LP384 chipdb. | hermitsoft | 2017-03-06 | 4 | -6/+71 |
| |/ | |||||
| * | Disabling BRAM commands in bitsream for LP384 | hermitsoft | 2017-03-06 | 1 | -36/+39 |
| | | |||||
| * | LP384 support in icepack - log_level back to 0 | hermitsoft | 2017-03-06 | 1 | -1/+1 |
| | | |||||
| * | LP384 support in icepack (tested on real chip) | Mihály Horváth | 2017-03-05 | 1 | -2/+15 |
|/ | | | | | | LP384 is now supported in icepack, it was fairly easy to realize as only the main chip dimensions are required that could be found out from the .bin bitsream file generated by iCEcube. Tested by creating .asc then packing it back to .bin. The testcase is just a simple LED on/off on a port though but that shows geometries are fine. Now I'm trying to have and support chipdb-384.txt hopefully with some help from the authors and anyone who already knows the internals of IceStorm well. I need info, how to reverse-engineer iCE40 chips the easiest way. Scripts maybe. I'm trying to reach my goal in any way coz iCEcube sucks and IceStorm integrates well into commandline... | ||||
* | Merge branch 'master' of github.com:cliffordwolf/icestorm | Clifford Wolf | 2017-02-26 | 1 | -7/+26 |
|\ | |||||
| * | Add icemulti -a<n>, -A<n> | Clifford Wolf | 2017-02-16 | 1 | -7/+26 |
| | | |||||
* | | Add "icetime -N" | Clifford Wolf | 2017-02-26 | 1 | -2/+13 |
|/ | |||||
* | Merge branch 'makefiles' of https://github.com/lineprinter/icestorm into ↵ | Clifford Wolf | 2017-02-13 | 9 | -56/+21 |
|\ | | | | | | | lineprinter-makefiles |