Size: a a a

FPGA technical questions

2019 April 22

A

Amit in FPGA technical questions
Okay 👍
источник

AS

Alexey Shashkov in FPGA technical questions
because you have different clocks etc.
источник

AS

Alexey Shashkov in FPGA technical questions
источник

J

Jesus in FPGA technical questions
Amit
I tried two then three flipflop logic but result is same.
double flopping technique is only for single bit signals. You have a bus there.
источник

ΔΒ

Δαρθ Βέιδερ in FPGA technical questions
Jesus
double flopping technique is only for single bit signals. You have a bus there.
and for Gray counters too, if they count +-1 at a time
источник

A

Andrey S in FPGA technical questions
Δαρθ Βέιδερ
and for Gray counters too, if they count +-1 at a time
++
источник

J

Jesus in FPGA technical questions
Δαρθ Βέιδερ
and for Gray counters too, if they count +-1 at a time
so, if you have an 8 bit gray counter, you will put two flip-flops for each line of data (that is 16 flip-flops), right ?
источник

ΔΒ

Δαρθ Βέιδερ in FPGA technical questions
yeah
источник

J

Jesus in FPGA technical questions
thanks
источник

AS

Alexey Shashkov in FPGA technical questions
Jesus
so, if you have an 8 bit gray counter, you will put two flip-flops for each line of data (that is 16 flip-flops), right ?
источник
2019 April 25

A

Andrey S in FPGA technical questions
Hello. I have a very old FPGA design for XC4000 in Xilinx Foundation
Is there any easy way to migrate sources (schematic entry) to Vivado (newer FPGA of course)?
источник

D

Doka in FPGA technical questions
Andrey S
Hello. I have a very old FPGA design for XC4000 in Xilinx Foundation
Is there any easy way to migrate sources (schematic entry) to Vivado (newer FPGA of course)?
Very easy way: hire cheap contractor (e.g. students) to manual convertations.
Keep in mind xc4000 not so huge in comparison w/ US+ family
источник

A

Andrey S in FPGA technical questions
We also tried to convert edif to verilog (wrote a program) but there were some problems with signal naming.
источник
2019 April 26

J

Jesus in FPGA technical questions
does anyone know a good tutorial to implement a Risc-V softcore in a Xilinx FPGA ?
источник

LA

LorTigre Arroz 🐍 in FPGA technical questions
Jesus
does anyone know a good tutorial to implement a Risc-V softcore in a Xilinx FPGA ?
The computer organization and design from Patterson & Hennessy RISC-V edition has several tips, but nothing specific to Xilinx. It's not really on tutorial format. There is an extra section freely available online with a tutorial for Verilog and VHDL:

* https://www.elsevier.com/__data/assets/pdf_file/0010/297514/Section-4-13_Advanced.pdf#Section%204.13
* https://www.elsevier.com/books-and-journals/book-companion/9780128122754/tutorials#Tutorials
источник

LA

LorTigre Arroz 🐍 in FPGA technical questions
The other book from same authors is still further oriented to hardware and also has been converted to RISC-V if I recall correctly (still not on a tutorial shape, but bookish)
источник
2019 April 30

PI

Prince😊 Ind in FPGA technical questions
Please help me how the denominator become zero here thank you
источник

a

akkyf in FPGA technical questions
i think if b=4'b1111;
источник

PI

Prince😊 Ind in FPGA technical questions
But they given is not 0 during the assignment to foo
источник

a

akkyf in FPGA technical questions
Verilog standard defines division by zero as returning X
источник