-
Updated
Sep 12, 2020 - Python
verilog
Here are 1,572 public repositories matching this topic...
-
Updated
Apr 19, 2020 - C
-
Updated
Sep 14, 2020 - Haskell
As an optimization gpi_log caches the gpi logging level. This cached value is not currently updated when the "cocotb.gpi" logger's level is updated in Python. This will require creating a logging.Handler
subclass that calls simulator.set_level
when its setLevel
method is called.
-
Updated
Jul 16, 2020 - Verilog
-
Updated
Sep 12, 2020 - JavaScript
Internal code coverage shows the following DPI functions in verilated_dpi aren't covered at all. We should improve the tests to check them and validate against another simulator.
void* svGetArrElemPtr(const svOpenArrayHandle h, int indx1, ...) {
void svPutBitArrElem1VecVal(const svOpenArrayHandle d, const svBitVecVal* s, int indx1) {
void svPutBitArrElem2VecVal(const svOpenArrayHandle d,
Proposed Behaviour
None of the core VPR algorithms should care if the relevant t_physical_tile
is an input / output / IO type.
Current Behaviour
Some behavior is still dependent on whether a tile is an input / output / IO type.
Possible Solution
The relevant code shouldn't need to care. Once all callsites of is_input_type/is_output_type/is_io_type are removed, the
-
Updated
Aug 29, 2020
-
Updated
Apr 24, 2020 - Haskell
-
Updated
Aug 11, 2020 - C++
-
Updated
Aug 23, 2020 - Assembly
-
Updated
Feb 27, 2018 - Verilog
-
Updated
Sep 8, 2020 - Python
Improve this page
Add a description, image, and links to the verilog topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the verilog topic, visit your repo's landing page and select "manage topics."
Type of issue: other enhancement
Impact: no functional change
Development Phase: request
Other information
This is more a meta-issue mostly related to the beginners user experience. I think most of these issues are not done by more experienced devs.
If the current behavior is a bug, please provide the steps to reproduce the problem: