Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: azonenberg/yosys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 65316669d1ad
Choose a base ref
...
head repository: azonenberg/yosys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 191018bd861b
Choose a head ref

Commits on Aug 14, 2017

  1. Copy the full SHA
    fe3a932 View commit details
  2. Copy the full SHA
    f55d4cc View commit details
  3. Copy the full SHA
    60dd5db View commit details
  4. Fixed typo in COUNT8 model

    azonenberg committed Aug 14, 2017
    Copy the full SHA
    4504dd7 View commit details
  5. Finished initial GP_COUNT8/14/8_ADV/14_ADV sim models. Don't support …

    …clock divide, but do everything else.
    azonenberg committed Aug 14, 2017
    Copy the full SHA
    4da1a32 View commit details
  6. Fixed typo in last commit

    azonenberg committed Aug 14, 2017
    Copy the full SHA
    3618ca2 View commit details
  7. Copy the full SHA
    db20e3f View commit details
  8. Copy the full SHA
    ac75524 View commit details
  9. Copy the full SHA
    b049ead View commit details
  10. Copy the full SHA
    9f3dc59 View commit details
  11. Copy the full SHA
    0a6c702 View commit details
  12. Copy the full SHA
    c205d57 View commit details
  13. Copy the full SHA
    348acbd View commit details
  14. Copy the full SHA
    366ce87 View commit details
  15. Copy the full SHA
    9a64ba3 View commit details
  16. Copy the full SHA
    1e3ffd5 View commit details
  17. Copy the full SHA
    78fd24f View commit details
  18. Copy the full SHA
    3d757a5 View commit details
  19. Copy the full SHA
    d2a4ed2 View commit details
  20. Copy the full SHA
    ce3a66d View commit details
  21. Copy the full SHA
    1dbe621 View commit details
  22. Merge pull request YosysHQ#384 from azonenberg/crtechlib

    CoolRunner-II technology library improvements
    cliffordwolf authored Aug 14, 2017
    Copy the full SHA
    237b482 View commit details
  23. Merge pull request YosysHQ#382 from azonenberg/jsoniofix

    json: Parse inout correctly rather than as an output
    cliffordwolf authored Aug 14, 2017
    Copy the full SHA
    76efbcc View commit details
  24. Merge pull request YosysHQ#383 from azonenberg/abcfnames

    abc: Allow +/ filenames in the abc command
    cliffordwolf authored Aug 14, 2017
    Copy the full SHA
    6d371f0 View commit details
  25. Copy the full SHA
    2cf2544 View commit details
  26. Copy the full SHA
    191018b View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 passes/techmap/Makefile.inc
1 change: 0 additions & 1 deletion passes/techmap/Makefile.inc
Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@ OBJS += passes/techmap/recover_reduce.o
OBJS += passes/techmap/recover_reduce_core.o
OBJS += passes/techmap/recover_tff.o
$(eval $(call add_share_file,share/untechmap,passes/techmap/tff_untechmap.v))
$(eval $(call add_share_file,share/untechmap,passes/techmap/tff_retechmap.v))
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dff2dffe.o
OBJS += passes/techmap/dffinit.o