Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged vhdl

0 votes
1.4k views
1 answer
    I have a vector signal tmp : std_logic_vector(15 downto 0) I have to shift it to left or right of n bit. how can ... I didn't know how use it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    I'm trying to use logical operators on an std_logic_vector signal and an std_logic signal, and get an ... com/questions/65929565/using-std-logic-vector-with-logical-operators...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
441 views
1 answer
    I had a sudden thought. Is it possible to access the implicit "=" function for an array type when an overload ... implicit-function-for-an-array-type-when-it-is-overloaded-in-t...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
606 views
1 answer
    I had always used this for detecting a rising edge: if (clk'event and clk='1') then but this can ... from:https://stackoverflow.com/questions/15205202/clkevent-vs-rising-edge...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
840 views
1 answer
    I had always used this for detecting a rising edge: if (clk'event and clk='1') then but this can ... from:https://stackoverflow.com/questions/15205202/clkevent-vs-rising-edge...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
534 views
1 answer
    I am using FIFO from IP core generator, which is BRAM-based operating at a common clock for reading ... -of-fifo-asynchronous-or-synchronous-obtained-during-instantiating-fifo-f...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
582 views
1 answer
    Short question: I've written a function that takes a signal integer as parameter. The compiler throws the ... /error-signal-parameter-requires-signal-expression-on-function-call...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    this is my first time working in VHDL, and I was wondering why I am getting an error of "gt1 is not compiled in ... /gt0-is-not-compiled-in-xil-defaultlib-and-gt-is-not-declared...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
544 views
1 answer
    I am trying to create a simple memory that stores vectors whenever the clock is 1 and wrenable is 1 (and likewise ... 10.1d,Quartus版本13.0sp1) ask by platizin translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
552 views
1 answer
    I am trying to create a simple memory that stores vectors whenever the clock is 1 and wrenable is 1 (and likewise ... 10.1d,Quartus版本13.0sp1) ask by platizin translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
512 views
1 answer
    I am trying to create a simple memory that stores vectors whenever the clock is 1 and wrenable is 1 (and likewise ... 10.1d,Quartus版本13.0sp1) ask by platizin translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
526 views
1 answer
    I am trying to create a simple memory that stores vectors whenever the clock is 1 and wrenable is 1 (and likewise ... 10.1d,Quartus版本13.0sp1) ask by platizin translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    I am trying to create a simple memory that stores vectors whenever the clock is 1 and wrenable is 1 (and likewise ... 10.1d,Quartus版本13.0sp1) ask by platizin translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
540 views
1 answer
    i am newbie in vhdl, modelsim, waveform etc. i've developed a simple operational process and a testbench to test my ... 101"; wait; end process; end behave; thanks in advance....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
916 views
1 answer
    Working with an Intel Cyclone 10 FPGA and running into a compile error I cannot seem to debug properly. The errors ... obvious I am missing.. but any help is appreciated....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
756 views
1 answer
    I am creating a simple VHDL code which should create two 4 bit binary numbers (A and B) using 8 inputs (4 for ... other code. Please could someone help me explain what's going on?...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...