systemc
Here are 85 public repositories matching this topic...
-
Updated
Nov 25, 2019 - SystemVerilog
-
Updated
Jun 19, 2020 - C++
According to the C++ standard, it is not allowed to have identifiers containing double underscores anywhere in the name (paragraph 17.4.3.1.2), since all such identifiers are reserved. See also e.g. https://stackoverflow.com/questions/228783 or https://en.cppreference.com/w/cpp/language/identifiers (section "In declarations").
Most likely not an issue, but I figured I might as well mention it.
-
Updated
Apr 7, 2019 - Verilog
-
Updated
Dec 17, 2017 - Shell
-
Updated
Feb 12, 2020 - VHDL
-
Updated
Jul 3, 2020 - C++
-
Updated
Nov 27, 2017 - SystemVerilog
Documentation
- Generate simple documentation about the interface used by the PE modules (shell and kernel) with a example as reference to the other groups. (22/06)
- General description about the project: indroduction, methodology, conslusion and etc.
-
Updated
Jul 22, 2018 - C++
Using the SystemC statement
head = (head + 1) % 3;
causes the PrintITL to print the line
at t_end: head = ((1 + head_at_t)(31 downto 0) mod 3)(31 downto 0);
in the respective property. Onespin reports this line with the following output:
-E- FIFO.vhi:119:58 Slice expression is out of range.
type: unsigned(1 downto 0)
slice: 31 downto 0
: at t_end: from_re
-
Updated
Jun 30, 2017 - C++
-
Updated
Mar 8, 2020 - C++
-
Updated
Jun 3, 2019 - C++
-
Updated
Nov 25, 2017 - C++
-
Updated
Jul 7, 2020 - C
-
Updated
Jun 21, 2020 - Java
-
Updated
Nov 7, 2018 - Verilog
-
Updated
Jul 23, 2018
Improve this page
Add a description, image, and links to the systemc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the systemc topic, visit your repo's landing page and select "manage topics."
Author Name: Driss Hafdi
Original Redmine Issue: 1624 from https://www.veripool.org
If a variable of the wrong witdth is passed in as a parameter, verilator prints out in its warning the parameter definition location, whereas it would be more helpful to get the reference of the value that was passed in, particularly with bigger design with multiple levels of hierarchy. Here is a