Go to file
Jean-Paul Chaput d2e69df05e Correct the pat parser time overflow.
* Bug: In pat/src/pat_decl_y.y the yylval union type for "valu" was int
    instead of long. In pat_desc_y.y it was long, and pat_decl_l.l was
    using the wrong one. That is Flex was writting an int (4 bits) but
    bison was reading a long (8 bits), so the four upper bits were
    random. Dis show only under 64 bits where int and long have
    differnt sizes...
      There is something strange nevertheless in this tool, the flex
    part for pat_desc seems to be missing, but it compiles (and run).
2018-04-19 13:45:43 +02:00
alliance/src Correct the pat parser time overflow. 2018-04-19 13:45:43 +02:00
dev/scripts Manpage fixes. Contributed by S. Aurely 2015-03-25 17:02:02 +01:00
.gitattributes Created .gitattributes to exclude files for the tarball. 2014-07-05 11:54:20 +02:00
.gitignore Better interface for x2y to YoSys (courtesy of N. Shimizu) 2016-07-19 17:27:28 +02:00