verilog
Sharing constants across languages
I have a long list of constants that I need access to in several projects which are in different languages(Verilog, C, C++ and C#). Rather than repeating them in each language, is there a good way to[详细]
2023-01-12 14:10 分类:问答DCM in Xilinx 10.1
How can I 开发者_Go百科generate different clocks in DCM? Suppose I want 20mhz, 24mhz, 28mhz, 32mhz, clocks simultaneously using single digital clock manager ip core in xilinx 10.1.Try using clock wiza[详细]
2023-01-12 12:02 分类:问答How do I code a basic flip flop in Verilog Pro?
I tried to code a basic flip flop using NAND gates in Verilog Pro, but the waveform I\'m getting is not correct. Please see what\'s wrong with it.[详细]
2023-01-10 19:06 分类:问答What does this Verilogger Pro error mean?
I got an er开发者_如何学编程ror while programming in Verilogger Pro: error: maximum allowable lines in[详细]
2023-01-10 15:54 分类:问答Import Code from FPGA Board (Spartan 3E)
Is there any way to import code from an already programmed FPGA board, in this case, it is a Spartan 3E board. That is to say, verilog code has already been uploaded to it, so I would like a way to re[详细]
2023-01-08 19:47 分类:问答Does Verilog support short circuit evaluation?
If I have an if statement like: if(risingEdge && cnt == 3\'b111) begin ... end Will it check on cnt if risingEdge is not true?[详细]
2023-01-06 22:53 分类:问答Can Verilog testbenches work with a real clock?
I wrote a counter in Verilog, and then a testbench to test it. My testbench gives the correct results, so my code is OK. But is it gives the result of a long time instantly.[详细]
2023-01-05 09:02 分类:问答binary number comparison
If I have a 32 bit two\'s complement number and I want to know what is the easiest way to know of two numbers are equal... what would be the fastest bitwise operator to know this? I know xor\'ing both[详细]
2022-12-29 14:23 分类:问答converting if else statement to ternary
I have translated the following code using ternary. However, I knew there was something wrong with it. Can someone please point me into the right direction?[详细]
2022-12-29 01:25 分类:问答How do I get rid of sensitivity list warning when synthesizing Verilog code?
I am getting the warning that: One or more signals are missing in the sensitivity list of always block.[详细]
2022-12-28 05:28 分类:问答