-
Updated
May 1, 2022 - Python
verilog
Here are 2,571 public repositories matching this topic...
We had so far 3 tickets (issues #862, #1324, #1434) plus several occasions in the classroom, where users thought simulation was broken in Logisim-evolution due they had inadvertently activated "Printer view" in Preferences-> Layout. So, it seems that this functionaly is causing more confusion than added value. I see its only value when exporting circuits as an image. IMHO, we should either remove
-
Updated
Mar 24, 2021 - Verilog
-
Updated
Apr 28, 2022 - C
Thanks for taking the time to report this.
What would you like added/supported?
// File: dly_warning.sv
// verilator lint_off ASSIGNDLY
module dly_warning (
input logic a_in,
input logic [2:0] delaycw,
output logic a_out
);
timeunit 1ns;
timeprecision 1ns;
time dly;
assign dly = 5 * delaycw;
assign #dly a_out = a_in; // Warning ASS
-
Updated
May 2, 2022 - Haskell
#23 was closed, and a follow on action was to document how to configure the cocotb logger to separate it and the simulator stdout.
-
Updated
May 3, 2022 - Verilog
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
May 2, 2022 - Verilog
Tuo Xie requested the ability to visualize clocking (pins & wires I believe). We should make it easier to visualize subsets of the device routing resource and types of routing nets.
Proposed Behaviour
Add filtering to the rr_nodes displayed (ToggleRR), and to the nets displayed (ToggleNets). I think we should have an option to filter what is shown by node type, node name (segment or pin t
-
Updated
May 1, 2022 - Verilog
-
Updated
Apr 28, 2022
-
Updated
May 3, 2022 - Verilog
-
Updated
Sep 18, 2021 - Verilog
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."
It's a source of confusion when to use Decoupled and when to use DecoupledI