aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/cells_map.v
Commit message (Expand)AuthorAgeFilesLines
* iopadmap: Add native support for negative-polarity output enable.Marcelina Kościelnicka2021-11-091-8/+0
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* xilinx: Use dfflegalize.Marcelina Kościelnicka2020-07-091-37/+0
* Update dff2dffe, dff2dffs, zinit to new FF types.Marcelina Kościelnicka2020-06-231-24/+24
* Add force_downto and force_upto wire attributes.Marcelina Kościelnicka2020-05-191-0/+6
* xilinx: Improve flip-flop handling.Marcin Kościelnicki2019-12-181-0/+27
* xilinx: Add tristate buffer mapping. (#1528)Marcin Kościelnicki2019-12-041-0/+8
* Use abc_{map,unmap,model}.vEddie Hung2019-08-201-2/+0
* xilinx: Fix missing cell name underscore in cells_map.vDavid Shah2019-07-251-2/+2
* Add some spacingEddie Hung2019-07-101-9/+9
* Add some ASCII art explaining mux decompositionEddie Hung2019-07-101-0/+21
* Extend using A[1] to preserve don't careEddie Hung2019-07-091-1/+9
* Extend during mux decomposition with 1'bxEddie Hung2019-07-091-24/+3
* Fix typo and commentsEddie Hung2019-07-091-4/+4
* Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-07-091-19/+25
|\
| * Cleanup SRL inference/make more consistentEddie Hung2019-06-291-19/+25
* | Decompose mux inputs in delay-orientated (rather than area) fashionEddie Hung2019-07-081-18/+30
* | Add one more commentEddie Hung2019-07-081-0/+3
* | Less thinkingEddie Hung2019-07-081-3/+3
* | RewordEddie Hung2019-07-081-2/+2
* | Map $__XILINX_SHIFTX in a more balanced mannerEddie Hung2019-07-081-36/+49
* | Fixes for 2:1 muxesEddie Hung2019-07-081-4/+29
* | Revert "Fix broken MUXFx box, use MUXF7x2 box instead"Eddie Hung2019-07-011-29/+29
* | Fix broken MUXFx box, use MUXF7x2 box insteadEddie Hung2019-07-011-29/+29
* | Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-06-291-16/+6
|\|
* | Restore $__XILINX_MUXF78 const optimisationEddie Hung2019-06-281-24/+24
* | Clean up trimming leading 1'bx in A during techmappnigEddie Hung2019-06-281-15/+9
* | Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-06-281-4/+2
|\|
| * Reduce diff with upstreamEddie Hung2019-06-271-4/+2
* | This optimisation doesn't seem to work...Eddie Hung2019-06-251-24/+24
* | Reduce MuxFx resources in mux techmappingEddie Hung2019-06-241-10/+30
* | Reduce number of decomposed muxes during techmapEddie Hung2019-06-241-14/+11
* | Revert "Fix techmapping muxes some more"Eddie Hung2019-06-241-4/+4
* | Fix techmapping muxes some moreEddie Hung2019-06-241-4/+4
* | Fix mux techmappingEddie Hung2019-06-241-19/+20
* | Change synth_xilinx's -nomux to -minmuxf <int>Eddie Hung2019-06-241-25/+41
* | Fix spacingEddie Hung2019-06-211-3/+3
* | Add $__XILINX_MUXF78 to preserve entire boxEddie Hung2019-06-211-4/+12
* | Revert "Remove wide mux inference"Eddie Hung2019-06-141-0/+120
|/
* Fix name clashEddie Hung2019-06-131-4/+8
* Move neg-pol to pos-pol mapping from ff_map to cells_map.vEddie Hung2019-06-121-0/+8
* Remove wide mux inferenceEddie Hung2019-06-121-120/+0
* $__XILINX_MUX_ -> $__XILINX_SHIFTXEddie Hung2019-06-061-9/+9
* Fix muxcover and its techmappingEddie Hung2019-06-061-2/+2
* Run muxpack and muxcover in synth_xilinxEddie Hung2019-06-061-0/+12
* CleanupEddie Hung2019-06-051-10/+0
* Fix name clashEddie Hung2019-06-041-11/+11
* Add mux_map.v for wide muxEddie Hung2019-06-041-21/+14
* Fix/workaround symptom unveiled by #1023Eddie Hung2019-05-211-4/+14
* Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-05-211-6/+8
|\
='n568' href='#n568'>568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825