Size: a a a

FPGA technical questions

2019 June 05

Д

Даня in FPGA technical questions
Are you trying to create physical layer of lte?
источник

A

Andrey S in FPGA technical questions
Physical layer of LTE can be implemented with special hardware like USRP, LimeSDR with PC software. And they don't use 1GHz clock.
источник

A

Andrey S in FPGA technical questions
USRP is with Xilinx Spartan, LimeSDR - Altera Cyclone IV
источник

A

Andrey S in FPGA technical questions
NITHESH
I'm not using PLL by using MMCM u can't do
But you can generate 1 GHz clk for CLKOUTPHY
источник

A

Andrey S in FPGA technical questions
Andrey S
Physical layer of LTE can be implemented with special hardware like USRP, LimeSDR with PC software. And they don't use 1GHz clock.
... only for Gigabit Ethernet or USB3.0
источник

A

Andrey S in FPGA technical questions
And, ofc, carrier frequency.
источник

A

Andrey S in FPGA technical questions
But it is generated not in FPGA.
источник

M

Max in FPGA technical questions
NITHESH
Virtex xc7z045
but it is Zynq, not Virtex, or not?
источник

KA

Konstantin Akmarov in FPGA technical questions
NITHESH
Virtex xc7z045
XC7Z045 is just a SoC with Kintex-7 FPGA
источник

ZH

Zaid Haymoor in FPGA technical questions
Is ir possible to copy the generated vhdl code from vivado hls and paste it into quartus to run it over cyclone 4 for example?
источник

M

Miguel Angel in FPGA technical questions
Zaid Haymoor
Is ir possible to copy the generated vhdl code from vivado hls and paste it into quartus to run it over cyclone 4 for example?
if it generates architecture-agnostic vhdl code (i.e. no Xilinx primitive instantiation, which I seriously doubt) then you may able to get it to work on a different fpga
источник

M

Miguel Angel in FPGA technical questions
I haven’t used HLS but I guess the code that it emits will be full of references to Xilinx primitives and/or black boxes (propietary IP cores), so trying to port it to even another Xilinx FPGA (not to say a different vendor) will probably be a huge task
источник

K

Kostya Goodsoul in FPGA technical questions
Zaid Haymoor
Is ir possible to copy the generated vhdl code from vivado hls and paste it into quartus to run it over cyclone 4 for example?
I'd rather try to adapt your code to Intel HLS
источник

ZH

Zaid Haymoor in FPGA technical questions
Kostya Goodsoul
I'd rather try to adapt your code to Intel HLS
Is there an Intel hls?!
источник

ZH

Zaid Haymoor in FPGA technical questions
источник

K

Kostya Goodsoul in FPGA technical questions
Zaid Haymoor
Is there an Intel hls?!
источник

ZH

Zaid Haymoor in FPGA technical questions
Thank you
источник

N

NITHESH in FPGA technical questions
Konstantin Akmarov
XC7Z045 is just a SoC with Kintex-7 FPGA
Yeah ryt
источник

N

NITHESH in FPGA technical questions
Can we generate picoseconds timer in FPGA by using Resources
источник

A

Andrey S in FPGA technical questions
NITHESH
Can we generate picoseconds timer in FPGA by using Resources
Read the datasheet about performance maximums.
источник