Size: a a a

FPGA technical questions

2020 March 16

AE

Abdalwahab Essa in FPGA technical questions
HI everybody .... when i launch to SDK i got this problem
источник

K

Konstantin in FPGA technical questions
Abdalwahab Essa
HI everybody .... when i launch to SDK i got this problem
источник

K

Konstantin in FPGA technical questions
Doka
downgrade OS version?
Microsoft cancelled support of Win7 a month ago :(
источник

K

Konstantin in FPGA technical questions
Does anybody know, what kind of waveform viewer is used here? https://www.systemverilog.io/generate#conditional-generate
источник

K

Konstantin in FPGA technical questions
Is it GTKWave?
источник

A

Antho in FPGA technical questions
источник

A

Antho in FPGA technical questions
Avnet Minized board with small OLED display..
источник

A

Antho in FPGA technical questions
Started exploring
источник
2020 March 17

R

Ruslan in FPGA technical questions
its Synopsys DVE
источник

J

Jesus in FPGA technical questions
Ruslan
its Synopsys DVE
Yes
источник

DF

Drug Fyuvdr in FPGA technical questions
Hi all! I hope everything is going well!! I am implementing a design with Aurora 64b66b on a vup. I am using 1 lane of a gty transceiver. I also implement an ibert design to play with the gty parameters and find the parameters that better “open the eye” :) Do you know how can I apply such parameters on the Aurora-based design? Thanks!!
источник
2020 March 23

NB

Nick Belous in FPGA technical questions
Hi, guys. I've recently got a question like that: what is list of sensibility in vhdl and what singular signal should i remain to keep my scheme works? https://pastebin.com/yktEywQP
источник

Д

Даня in FPGA technical questions
Nick Belous
Hi, guys. I've recently got a question like that: what is list of sensibility in vhdl and what singular signal should i remain to keep my scheme works? https://pastebin.com/yktEywQP
Sensibility list is about modeling - just to keep modeling task easy for modelsim
So use vhdl-2008 and write process(all)
источник

NB

Nick Belous in FPGA technical questions
all is not an answer.
источник

K

Konstantin in FPGA technical questions
Nick Belous
all is not an answer.
Hi Nick, we respect each other here and we expect the same from you. Please, be polite, if you wish to receive help here. What you are trying to describe in your VHDL code looks like combinatorial logic and all is definitely an answer for you. If you need something differ, please provide more explanations
источник

NB

Nick Belous in FPGA technical questions
I'm sorry for my unpleasant answer. I don't wanna be rude.
источник

NB

Nick Belous in FPGA technical questions
Explanation: i need to remain only one signal in my list of sensibility to keep scheme works. Answer is clock-signal, but i can't explain why it is so.
источник

K

Konstantin in FPGA technical questions
I believe you should provide the full text of your task
источник

NB

Nick Belous in FPGA technical questions
So, there is full text.
источник

K

Konstantin in FPGA technical questions
One signal is expected to be clock if this case, but your current process describes combinatoral logic, not the sequential one
источник