Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in verilog

What is "gate count" in synthesis result and how to calculate

vhdl verilog area synthesis

What to use to compile and simulate Verilog programs on Mac OS X 10.6.8?

macos verilog hdl

Verilog two-way handshaking example

Verilog signed vs unsigned samples and first

Way to initialize synthesizable 2D array with constant values in Verilog

Verilog access specific bits

bit-manipulation verilog

How to write to inout port and read from inout port of the same module?

verilog inout

Prevent systemverilog compilation if certain macro isn't set

Passing hierarchy into a Verilog module

verilog

Configure ModelSim simulation to display text

verilog modelsim

SystemVerilog program block vs. traditional testbench

Resources for learning Verilog [closed]

Is it possible to create a simulation waveform from yosys output

verilog simulation fpga yosys

What is the meaning of the hex value syntax with an underscore? eg:parameter FOO = 20'h0002_0

syntax parameters verilog

Arithmetic shift acts as a logical shift, regardless of the signed variable

Assign integer to reg in Verilog

verilog

"<signal> is not a constant" error in if-statement

verilog

Is there something like __LINE__ in Verilog?

verilog system-verilog

The difference between x and z

verilog

Printing packed structs in System Verilog