1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-03-05 02:55:01 +00:00

Commit Graph

  • b55142cbf1 Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr David Shah 2018-07-17 11:00:54 +02:00
  • 924037129c Fix driver finder when net is undriven David Shah 2018-07-17 11:00:18 +02:00
  • a5f93343b6 Added check for yosys availability Miodrag Milanovic 2018-07-17 09:40:26 +02:00
  • 6269d97474 add tooltip for folder Miodrag Milanovic 2018-07-16 21:23:12 +02:00
  • ee2ed461e6 Added Yosys tab with interactive console Miodrag Milanovic 2018-07-16 21:15:49 +02:00
  • 56fa8cc669 refactor: Remove incorrect uses of the term 'wirelength' David Shah 2018-07-16 17:13:40 +02:00
  • 29df566a60 Fix MSVC build Miodrag Milanovic 2018-07-16 08:07:57 +02:00
  • f3c6c76fff Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-electric-boogaloo Serge Bazanski 2018-07-15 21:57:42 +01:00
  • 5531546d6b Remove pip names from ice40 chip db to safe memory Clifford Wolf 2018-07-15 21:41:34 +02:00
  • 1d15bbacd1 Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr Clifford Wolf 2018-07-15 21:28:57 +02:00
  • 0bae7f5606 Merge branch 'master' into 'master' Eddie Hung 2018-07-15 19:22:57 +00:00
  • 21bf78dae9 Make at least 50 of pips available in uphill/downhill Miodrag Milanovic 2018-07-15 21:06:04 +02:00
  • 2801d82121 Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr Clifford Wolf 2018-07-15 20:36:08 +02:00
  • 8e12ae2cfe Added splash screen info while loading Miodrag Milanovic 2018-07-15 20:31:42 +02:00
  • 164bd28348 Add iCE40 Pip gfx Clifford Wolf 2018-07-15 20:29:32 +02:00
  • ecc4c3fa7b added highlight groups Miodrag Milanovic 2018-07-15 17:50:58 +02:00
  • 82c9fef3de added browsing history Miodrag Milanovic 2018-07-15 16:20:35 +02:00
  • 3eb34bf38b make linked items clickable Miodrag Milanovic 2018-07-15 15:12:31 +02:00
  • bf0b1d2db3 add select on property pane, and action to double click Miodrag Milanovic 2018-07-15 12:39:19 +02:00
  • bce235fad5 show selected item from property window as well, cleanup Miodrag Milanovic 2018-07-15 09:49:19 +02:00
  • 91db413c60 Refactor RNG out to separate DeterministicRNG class Serge Bazanski 2018-07-14 20:33:32 +01:00
  • 59a790cd00 Refactor IdString functionality into IdStringDB Serge Bazanski 2018-07-14 20:24:20 +01:00
  • fcba866b63 remove selected on context change Miodrag Milanovic 2018-07-14 20:19:39 +02:00
  • 1b5c1b028e Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr Sergiusz Bazanski 2018-07-14 19:12:29 +01:00
  • eafb9b4281 Fix revert issues. Sergiusz Bazanski 2018-07-14 19:02:52 +01:00
  • d327a0afbb Revert "Make ice40::Arch thread-safe" Sergiusz Bazanski 2018-07-14 19:01:33 +01:00
  • 57f75385b0 Revert "Make PnR use Unlocked methods" Sergiusz Bazanski 2018-07-14 18:53:08 +01:00
  • 447ed83638 Revert "Introduce proxies for locked access to ctx" Sergiusz Bazanski 2018-07-14 18:52:56 +01:00
  • 09ca9ea39e Revert "Comment arch.h" Sergiusz Bazanski 2018-07-14 18:50:58 +01:00
  • 89b9d6bc8a Revert "Slight simplification of proxy code" Sergiusz Bazanski 2018-07-14 18:50:54 +01:00
  • 36b4e3382d Revert "Make GUI nice and smooth." Sergiusz Bazanski 2018-07-14 18:50:50 +01:00
  • 836d8c1ef3 Revert "Add Nix(OS) support" Sergiusz Bazanski 2018-07-14 18:50:46 +01:00
  • 77878f5af7 Revert "Fix description in Nix derivation" Sergiusz Bazanski 2018-07-14 18:50:42 +01:00
  • b0c05c7f75 Revert "Refactor proxies to nextpnr." Sergiusz Bazanski 2018-07-14 18:50:37 +01:00
  • d9c3c117a3 Revert "clang-format" Sergiusz Bazanski 2018-07-14 18:50:34 +01:00
  • d4a0feb1ad Revert "Add read/mutate context stubs for ECP5" Sergiusz Bazanski 2018-07-14 18:50:29 +01:00
  • ade67ecf21 Revert "Move read methods to ReadMethods, remove some legacy access to Arch" Sergiusz Bazanski 2018-07-14 18:50:23 +01:00
  • cb1a5974f4 Revert "Make ECP5 proxy context compatible" Sergiusz Bazanski 2018-07-14 18:50:18 +01:00
  • 2233040201 Revert "Remove legacy access to state via Arch" Sergiusz Bazanski 2018-07-14 18:50:15 +01:00
  • 339198b394 Revert "Remove unimplemented pybindings (for now)" Sergiusz Bazanski 2018-07-14 18:50:07 +01:00
  • 9c013ce74c Revert "Undo accidental picorv32.sh commit" Sergiusz Bazanski 2018-07-14 18:50:01 +01:00
  • 8d1996cae9 display selected object from tree Miodrag Milanovic 2018-07-14 19:44:37 +02:00
  • f339f796a1 simplified Icon allocation Miodrag Milanovic 2018-07-14 17:58:58 +02:00
  • 0b1ae3ce8d use itemSelectionChanged, keyboard selection works Miodrag Milanovic 2018-07-14 17:50:06 +02:00
  • 5216e48863 join python and info into one tab Miodrag Milanovic 2018-07-14 14:06:05 +02:00
  • 98c5948856 Undo accidental picorv32.sh commit Sergiusz Bazanski 2018-07-14 12:14:30 +01:00
  • 53393b993f Remove unimplemented pybindings (for now) Sergiusz Bazanski 2018-07-14 12:11:20 +01:00
  • 18b4b31678 Remove legacy access to state via Arch Sergiusz Bazanski 2018-07-14 12:02:28 +01:00
  • df5d7923ec Make ECP5 proxy context compatible Sergiusz Bazanski 2018-07-14 11:52:50 +01:00
  • 3352ff4abb Move read methods to ReadMethods, remove some legacy access to Arch Sergiusz Bazanski 2018-07-14 11:46:32 +01:00
  • f333a68753 Add read/mutate context stubs for ECP5 Sergiusz Bazanski 2018-07-14 11:25:38 +01:00
  • 8ca7a6da25 clang-format Sergiusz Bazanski 2018-07-14 11:10:59 +01:00
  • 9b17fe385c Refactor proxies to nextpnr. Sergiusz Bazanski 2018-07-14 11:10:31 +01:00
  • a38b4fa173 cmake: Add missing pthread library David Shah 2018-07-14 10:28:36 +02:00
  • 9365bf297c Fix description in Nix derivation Serge Bazanski 2018-07-13 22:05:27 +01:00
  • 7db6817a0b Add Nix(OS) support Serge Bazanski 2018-07-13 22:02:53 +01:00
  • a8c84e90a3 Make GUI nice and smooth. Sergiusz Bazanski 2018-07-13 20:53:52 +01:00
  • a71b576de6 Slight simplification of proxy code Sergiusz Bazanski 2018-07-13 19:45:35 +01:00
  • dc3256e62f Comment arch.h Sergiusz Bazanski 2018-07-13 19:20:54 +01:00
  • b8ca1a5582 Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-the-things Sergiusz Bazanski 2018-07-13 19:10:20 +01:00
  • 89809a8b81 Introduce proxies for locked access to ctx Sergiusz Bazanski 2018-07-13 18:57:55 +01:00
  • 07ff5ad8b8 Made python console use edit line and better Miodrag Milanovic 2018-07-13 19:56:11 +02:00
  • 013cfebcc5 Improve handling of iCE40 BRAM bels Clifford Wolf 2018-07-13 16:22:28 +02:00
  • 0f736f551c Fix iCE40 wire gfx decals Clifford Wolf 2018-07-13 16:15:15 +02:00
  • 9e4f97290a Make PnR use Unlocked methods Sergiusz Bazanski 2018-07-13 14:50:58 +01:00
  • 44663fa589 Fix ice40 gfx wire indices Clifford Wolf 2018-07-13 15:44:39 +02:00
  • cbfb030264 remove maximum size restriction for tree/property Miodrag Milanovic 2018-07-13 15:40:43 +02:00
  • c05bea12e0 Add ctx->pack() API Clifford Wolf 2018-07-13 15:16:44 +02:00
  • 45462ef3a7 Fix Ui/Decal handling of active/inactive arch objects Clifford Wolf 2018-07-13 14:29:03 +02:00
  • 0816f447b7 Make ice40::Arch thread-safe Sergiusz Bazanski 2018-07-13 12:35:39 +01:00
  • e9668ed618 Fixing hash link problem David Shah 2018-07-13 12:42:04 +02:00
  • 309a533b7c Style. Sergiusz Bazanski 2018-07-13 11:38:49 +01:00
  • b5498c8a53 Fixed initial title and actions after new Miodrag Milanovic 2018-07-13 12:02:49 +02:00
  • 0f0259fd94 invert palette for fpga viewer Miodrag Milanovic 2018-07-13 11:21:49 +02:00
  • 96d862311d Add coloring per graphics element style Miodrag Milanovic 2018-07-13 11:03:09 +02:00
  • 8e54ac1542 Use command line parameters settings for GUI as well. Miodrag Milanovic 2018-07-13 09:14:48 +02:00
  • 499951cb65 Remove legacy graphics API Sergiusz Bazanski 2018-07-12 21:30:36 +01:00
  • b8a42ff53b Updates from clang-format Clifford Wolf 2018-07-12 22:04:13 +02:00
  • ad60ab2ef1 Fix ice40 wire segments in lutff complex Clifford Wolf 2018-07-12 21:46:16 +02:00
  • c732930272 Merge branch 'q3k/fix-zoom' into 'master' David Shah 2018-07-12 19:39:08 +00:00
  • 681d824131 Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/fix-zoom Sergiusz Bazanski 2018-07-12 20:24:00 +01:00
  • 284b4750ee Fix zoom in fpgawidget Sergiusz Bazanski 2018-07-12 20:22:53 +01:00
  • f9ef4cd4bd Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr Clifford Wolf 2018-07-12 21:05:18 +02:00
  • 4f87ea0eb6 Improve iCE40 wire database and gfx Clifford Wolf 2018-07-12 21:05:09 +02:00
  • 13e7cd8681 Add GraphicElement style enum Clifford Wolf 2018-07-12 21:04:47 +02:00
  • d16d34736f ecp5/cmake: Improve error message when trellis/pytrellis not found David Shah 2018-07-12 19:59:18 +02:00
  • 7b9b2bef3c make colors configurable, changed to gray Miodrag Milanovic 2018-07-12 18:02:57 +02:00
  • a8a3ba2647 ecp5: Unbreaking groups David Shah 2018-07-12 18:01:40 +02:00
  • 8a226626be changed order of scale and translate, makes it zoom at center Miodrag Milanovic 2018-07-12 17:38:58 +02:00
  • 8fde7935e7 Update README Clifford Wolf 2018-07-12 17:22:44 +02:00
  • a436035424 Add Groups API Clifford Wolf 2018-07-12 17:22:29 +02:00
  • 1245eb6343 added progress bar for future use Miodrag Milanovic 2018-07-12 14:54:16 +02:00
  • 24618ee800 Added python37 as well, fixes latest msys2 build and macOS Miodrag Milanovic 2018-07-12 14:36:28 +02:00
  • 9e06954edb ecp5: Improving SLICE bel David Shah 2018-07-12 10:09:56 +02:00
  • b58d665b43 Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr Clifford Wolf 2018-07-11 19:02:58 +02:00
  • 33e592e55e Add missing wires to ice40 gfx Clifford Wolf 2018-07-11 19:02:30 +02:00
  • 93214a2fb0 disable actions and make them accesible Miodrag Milanovic 2018-07-11 18:30:56 +02:00
  • ab5798e09e margins fix Miodrag Milanovic 2018-07-11 18:25:48 +02:00
  • 6ffae27aa1 Deterministic chipdb blobs Clifford Wolf 2018-07-11 18:36:15 +02:00
  • 297a013e4d Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr Clifford Wolf 2018-07-11 18:17:52 +02:00