verilator
Here are 61 public repositories matching this topic...
-
Updated
May 19, 2020 - Verilog
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
Here is a simple example for Vivado.
def vivado_resources(self):
report_path = self.out_dir + "/" + self.project_name + ".runs/impl_1/top_utilization_placed.rpt"
with open(report_path, 'r') as fp:
report_data = fp.read()
repo-
Updated
May 3, 2020 - Verilog
-
Updated
Nov 25, 2019 - SystemVerilog
-
Updated
Jun 9, 2020 - Verilog
-
Updated
Jul 2, 2020 - C++
Verilator should only run on Verilog-HDL with proper Verilog file extensions.
maybe a
verilog.lint.include : [".sv", ".v"] //Verilog HDL/SystemVerilog configuration setting
-
Updated
Apr 18, 2020 - Verilog
-
Updated
Jun 11, 2020 - Verilog
-
Updated
Jan 23, 2020 - Coq
-
Updated
Jan 24, 2020 - Verilog
-
Updated
Oct 3, 2019 - C++
-
Updated
Apr 2, 2020 - Verilog
-
Updated
Apr 2, 2020 - Verilog
-
Updated
Mar 6, 2019 - Verilog
-
Updated
May 18, 2020 - Makefile
-
Updated
Jun 18, 2020 - Python
Improve this page
Add a description, image, and links to the verilator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the verilator topic, visit your repo's landing page and select "manage topics."



If this is not the case a page fault should be generated. Right now we generate an instruction access fault.
https://github.com/pulp-platform/ariane/blob/ad70ce1f30dad539e5a365ffe71a02aaf20b397e/src/load_store_unit.sv#L339