Size: a a a

FPGA technical questions

2019 July 11

J

Jesus in FPGA technical questions
What do you do to tolerate jitter in your synchronizer circuits?
источник
2019 July 13

J

Jesus in FPGA technical questions
Hi, I have a design (a serializer) with two input clocks and one input reset. I just synchronized the reset on both clock domains but I did not thought in the reset order, I mean, in case of reset activation, do I have to activate first the reset for the slow clock and then the other one? I don't know much about this topic, so any help is more than welcome
источник

J

Jesus in FPGA technical questions
I have another question. There are golden rules for this kind of designs, like: the first and last thing to to in the design is to register the data. But there are exceptions, where the last stage should not be the data registration of the outcoming data. What are those exceptions ?
источник

Н

Николай in FPGA technical questions
Jesus
Hi, I have a design (a serializer) with two input clocks and one input reset. I just synchronized the reset on both clock domains but I did not thought in the reset order, I mean, in case of reset activation, do I have to activate first the reset for the slow clock and then the other one? I don't know much about this topic, so any help is more than welcome
maybe you should use the same asynchronous reset (a reset will occur for two clock domains from one asynchronous reset signal) for fast and slow clocks?
I could be wrong
источник

J

Jesus in FPGA technical questions
Николай
maybe you should use the same asynchronous reset (a reset will occur for two clock domains from one asynchronous reset signal) for fast and slow clocks?
I could be wrong
No. You can't do that
источник
2019 July 15

Б

Богдан in FPGA technical questions
Hi! Does anyone know an open source rtl code formatter/beautifier? Like clang-format for C/C++, but for Verilog/System Verilog.
источник

D

Doka in FPGA technical questions
Богдан
Hi! Does anyone know an open source rtl code formatter/beautifier? Like clang-format for C/C++, but for Verilog/System Verilog.
I'm also wanna to know tool name to convert legacy code.
Let me know if you find solution
источник

J

Jesus in FPGA technical questions
Богдан
Hi! Does anyone know an open source rtl code formatter/beautifier? Like clang-format for C/C++, but for Verilog/System Verilog.
Edaplayground
источник
2019 July 17

AE

Abdalwahab Essa in FPGA technical questions
Fpga 4 fun
источник
2019 July 24

I

Ivan in FPGA technical questions
Богдан
Hi! Does anyone know an open source rtl code formatter/beautifier? Like clang-format for C/C++, but for Verilog/System Verilog.
I use Aldec hdl
источник

I

Ivan in FPGA technical questions
Jesus
I don't really want to use a FIFO
Make fifo of one-step depth
источник

J

Jesus in FPGA technical questions
Does anyone here use VCS?
источник

J

Jesus in FPGA technical questions
Indexed part-select and bit replication are not working for me
источник

I

Ivan in FPGA technical questions
Vcs == visual c studio?
источник

MT

Mehdi Taileb in FPGA technical questions
Ivan
Vcs == visual c studio?
In the context of this group VCS is the functional simulation solution from Synopsys 😁
источник

I

Ivan in FPGA technical questions
😁
источник

J

Jesus in FPGA technical questions
Ivan
Vcs == visual c studio?
No, I'm refering to Synopsys VCS
источник

R

Ruslan in FPGA technical questions
Jesus
Does anyone here use VCS?
I'm using it, mostly for verification with systemverilog. Do not have issues with replication ( {,} right?), nor with indexed part select.
источник

P

PVP in FPGA technical questions
Anyone need fpga got a lot in stock
источник

J

Jesus in FPGA technical questions
Ruslan
I'm using it, mostly for verification with systemverilog. Do not have issues with replication ( {,} right?), nor with indexed part select.
Did you use any option to indicate you are using Verilog 2001?
источник