| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
|
|
|
| |
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
|\
| |
| | |
`show` pass `-format` and `-viewer` improvements on Windows
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Static builds and cross-compilation support
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Adds -expose option to setundef pass
|
| | |
| | |
| | |
| | |
| | |
| | | |
Corrects indentation
Simplifications and corrections
|
| |\ \
| |/ /
|/| | |
Updates from official repo
|
| | |
| | |
| | |
| | | |
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
| |/
|/|
| |
| | |
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
|\ \
| | |
| | | |
Changes for MXE configuration in order to compile
|
|/ / |
|
|\ \
| | |
| | | |
Add support for 64-bit builds using msys2 environment, use msys-provided `libpthread`.
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Consistent use of 'override' for virtual methods in derived classes.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
o Not all derived methods were marked 'override', but it is a great
feature of C++11 that we should make use of.
o While at it: touched header files got a -*- c++ -*- for emacs to
provide support for that language.
o use YS_OVERRIDE for all override keywords (though we should probably
use the plain keyword going forward now that C++11 is established)
|
|\ \ \ \
| | | | |
| | | | | |
Fix remaining log_file_error(); emit dependent file references in new…
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There are some places that reference dependent file locations ("this function was
called from ..."). These are now in a separate line for ease of jumping to
it with the editor (behaves similarly to compilers that emit dependent
messages).
|
|\ \ \ \
| | | | |
| | | | | |
Gate POSIX-only signals and resource module to only run on POSIX Pyth…
|
| | | | |
| | | | |
| | | | |
| | | | | |
implementations.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fix basys3 example
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added `CONFIG_VOLTAGE` and `CFGBVS` to constraints file
to avoid warning `DRC 23-20`.
Added `open_hw` needed for programming.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add error checking for reg/wire/logic misuse - PR now passes 'make test' (plus a new test)
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
No longer false warnings for memories and assertions
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
to be moved out of the tests/simple dir that only runs Verilog files
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It correctly detects reg/wire mix and incorrect use on blocking,nonblocking assignments within blocks and assign statements.
What it DOES'T do:
Detect registers connected to output ports of instances.
Where it FAILS:
memorty nonblocking assignments causes spurious (I assume??) errors on yosys-generated "_ADDR", "_DATA", "EN" signals.
You can test it with tests/simple/reg_wire_error.v (look inside for the comments to enable/disable specific lines)
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Detect illegal port declaration, e.g input/output/inout keyword must …
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
first.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Map .eblif extension as blif.
|
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: litghost <537074+litghost@users.noreply.github.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
#565 Add BLIF parsing support for .conn and .cname
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: litghost <537074+litghost@users.noreply.github.com>
|
| | | | | | | | | |
|
| |/ / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Use `realpath`
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | | |
Use `os.path.realpath` instead to make sure symlinks are followed. This is also required to work for nix package manager.
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
readme: Fix formatting of a keyword
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Single quotes were used instead of backticks leading to
incorrect formatting.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Because if the unknown module is connected to any constants, Verific will
actually break all constants in the same module, even if they have nothing
to do structurally with that instance of an unknown module.
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|