Commit Graph

2028 Commits

Author SHA1 Message Date
Eddie Hung
ef35b41e0f [xc7] Remove hardcoded Torc path 2019-01-06 12:29:37 -08:00
Eddie Hung
1a9b2d9803 [xc7] Docker's torc not to make install 2019-01-01 13:50:35 -08:00
Eddie Hung
efd35a2dd8 [xc7] Install torc in Docker image 2019-01-01 12:38:17 -08:00
Eddie Hung
e393187d68 [xc7] Remove superseded include_directories() 2019-01-01 12:16:36 -08:00
Eddie Hung
1e2a7c9fca [xc7] target_include_directories for gui_xc7 target too 2019-01-01 12:07:07 -08:00
Eddie Hung
3d79eee05a [xc7] Use target_include_directories not include_directories 2018-12-30 14:04:35 -08:00
Eddie Hung
ae1bbbdbdd [xc7] Cope with BUILD_TESTS=off 2018-12-30 14:02:19 -08:00
Eddie Hung
36edbdcbbd [xc7] Update torc submodule 2018-12-30 13:47:16 -08:00
Eddie Hung
078285fe7f [xc7] Fix include_directories path 2018-12-30 13:16:10 -08:00
Eddie Hung
55ac41046d [xc7] Update torc submodule 2018-12-30 13:05:29 -08:00
Eddie Hung
0bc1587407 [xc7] Fix test deps 2018-12-29 12:28:26 -08:00
Eddie Hung
af0bc8ab4c Fix submodule path 2018-12-29 12:10:04 -08:00
Eddie Hung
c28b1ee6bd cmake to do a git submodule update 2018-12-29 00:21:32 -08:00
Eddie Hung
57f8c216b5 Fix compiler warning 2018-12-29 00:21:18 -08:00
Eddie Hung
39a5019f88 And some more 2018-12-28 15:22:03 -08:00
Eddie Hung
84485152cc Remove some more ice40 stuff 2018-12-28 15:20:51 -08:00
Eddie Hung
0514fb9042 Merge branch 'xc7' into xc7_gui 2018-12-28 00:03:01 -08:00
Eddie Hung
ba646ac8c4 Update README.md 2018-12-27 23:49:16 -08:00
Eddie Hung
4c9f62e1e0 Add attosoc_sim.sh and fimrware_fast.hex 2018-12-27 23:47:16 -08:00
Eddie Hung
592022c180 Add *.nlf and *.sdf to .gitignore 2018-12-27 23:29:35 -08:00
Eddie Hung
cb6ea8ba84 Remove PLL from attosoc, allow errors in pnr 2018-12-27 23:28:33 -08:00
Eddie Hung
04757865fe Remove PLL from picorv32, allow errors in pnr 2018-12-27 23:28:12 -08:00
Eddie Hung
84d038360d Add implicit wire 2018-12-27 23:27:50 -08:00
Eddie Hung
e15aa8d3f4 Add blinky_sim.sh 2018-12-27 23:26:47 -08:00
Eddie Hung
ada9076114 Remove stuff copied over from ice40 2018-12-27 23:26:31 -08:00
Eddie Hung
5cf0c559fa Remove files from tree 2018-12-27 23:12:57 -08:00
Eddie Hung
e00d6000d7 Fix blinky.sh and blinky_sim.sh 2018-12-27 23:02:33 -08:00
Eddie Hung
88e7267510 Remove ps7.vh 2018-12-27 23:02:22 -08:00
Eddie Hung
afc89a60e8 Write SYNC_ATTR to xdl too 2018-12-27 21:56:15 -08:00
Eddie Hung
5b438116e5 Always set SYNC_ATTR otherwise netgen fails 2018-12-27 21:53:11 -08:00
Eddie Hung
9790cea186 Revert "Revert "Do not add "$iob" suffix""
This reverts commit cbc01f0f71.
2018-12-27 21:43:10 -08:00
Eddie Hung
cbc01f0f71 Revert "Do not add "$iob" suffix"
This reverts commit 10d6db6d94.
2018-12-27 21:39:41 -08:00
Eddie Hung
ab35983000 Use std::regex not boost::regex (even though Torc still depends on latter) 2018-12-27 21:25:22 -08:00
Eddie Hung
64f3f25270 Update xc7/family.cmake to use submodule torc 2018-12-27 21:25:07 -08:00
Eddie Hung
60fc4735bf Add torc as submodule 2018-12-27 21:24:52 -08:00
Eddie Hung
5072d184ab One more thing 2018-12-27 21:10:12 -08:00
Eddie Hung
ede0e93206 Merge branch 'xc7' into xc7_gui 2018-12-27 20:53:15 -08:00
Eddie Hung
a0a6281d0d Remove HACK for BUFG routing 2018-12-26 18:15:01 -08:00
Eddie Hung
a630758ca7 Cleanup 2018-12-26 18:14:23 -08:00
Eddie Hung
463d9a6920 Merge branch 'master' into xc7 2018-12-26 17:11:58 -08:00
Eddie Hung
6a09f2a856 Remove fasm writer 2018-12-26 17:10:52 -08:00
David Shah
eb456ef476
Merge pull request #196 from YosysHQ/pio_error
ice40: Improve handling of unconstrained IO
2018-12-26 16:27:29 +00:00
David Shah
4444a39fd4 ice40: Improve handling of unconstrained IO
Signed-off-by: David Shah <dave@ds0.me>
2018-12-26 16:00:19 +00:00
David Shah
6c01f9b4ac
Merge pull request #195 from YosysHQ/fix_194
ecp5: Check for incorrect use of TRELLIS_IO 'B' pin
2018-12-25 21:01:01 +00:00
David Shah
1661350d25 ecp5: Check for incorrect use of TRELLIS_IO 'B' pin
Signed-off-by: David Shah <dave@ds0.me>
2018-12-25 19:45:10 +00:00
David Shah
e76479f379 ecp5: Fix tristate IO insertion
Fixes #191

Signed-off-by: David Shah <davey1576@gmail.com>
2018-12-22 10:11:18 +00:00
David Shah
8f5d5003e9 Clarify ICEBOX_ROOT parameter
Signed-off-by: David Shah <davey1576@gmail.com>
2018-12-21 14:37:27 +00:00
David Shah
b22e524dac
Merge pull request #189 from YosysHQ/pcf_improve
ice40: Add PCF support for -pullup, -pullup_resistor and -nowarn
2018-12-20 21:21:53 +00:00
David Shah
953a3ac552 ice40: Add PCF support for -pullup, -pullup_resistor and -nowarn
Signed-off-by: David Shah <davey1576@gmail.com>
2018-12-20 20:52:54 +00:00
David Shah
580f6fbd21
Merge pull request #187 from YosysHQ/fix_lock_passthru
ice40: Fix LOCK feedthrough insertion with carry or >8 LUTs
2018-12-20 19:16:11 +00:00