yosys/frontends/ast
Zachary Snow 1419c8761c Fix constants bound to redeclared function args
The changes in #2476 ensured that function inputs like `input x;`
retained their single-bit size when instantiated with a constant
argument and turned into a localparam. That change did not handle the
possibility for an input to be redeclared later on with an explicit
width, such as `integer x;`.
2020-12-26 08:48:01 -07:00
..
Makefile.inc Added Verilog/AST support for DPI functions (dpi_call() still unimplemented) 2014-08-21 12:43:51 +02:00
ast.cc Return correct modname when found in cache. 2020-11-26 13:31:22 +01:00
ast.h Added $high(), $low(), $left(), $right() 2020-09-15 20:49:52 +03:00
dpicall.cc Fixed trailing whitespaces 2015-07-02 11:14:30 +02:00
genrtlil.cc genrtlil: fix mux2rtlil generated wire signedness 2020-12-22 17:49:16 -07:00
simplify.cc Fix constants bound to redeclared function args 2020-12-26 08:48:01 -07:00