Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 vhdl työtä löytyi, hinnoittelu EUR

    Europe, Italy timezone preferred. Lead the activity for porting FPGA design to Silicon technology (memory replacement, ...) Carry on simulations...porting FPGA design to Silicon technology (memory replacement, ...) Carry on simulations of the updated RTL design to check that the functionality remains unchanged Execute static and formal verification of RTL code using appropriate tools Run trial synthesis on the RTL design and check the timing violations Lead the activities for SoC sub-block Static Timing Analysis. Required Skills (expert): VHDL language Digital ASIC design flow Use of digital simulations with standard industry simulators (Mentor QuestaCore) Static and formal RTL verification (e.g. Synopsys Spyglass) Synthesis tools (e.g. Cadence Genus) UVM and System Verilog test...

    €18 - €37 / hr
    Sinetöity Salassapitosopimus
    €18 - €37 / hr
    8 tarjoukset

    Program the Basys 3 using the Cordic IP Integrator to generate: the hyperbolic sine and hyperbolic cosine of an angle parameters: You must enter the angle in degrees using the switches, so that the vhdl code includes its respective conversion to radians. This angle should be shown on the 7 segment displays. Pressing btnu the displays should then show the (hyperbolic sine) of the entered angle, and pressing btnd should show the (hyperbolic sine) of the angle.

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    14 tarjoukset

    The company is searching for external collaborators to design and test a Video test pattern generator in VHDL. The module shall be configurable for different pixel bit, num,ber of pixel per clock, different pattern generated, resolution, frame rate, colour format, video output sequence

    €544 (Avg Bid)
    €544 Keskimäär. tarjous
    17 tarjoukset
    FPGA iCE40 Loppunut left

    Optimalizace fázového závěsu, převod jednoduché sekvenční a kombinační logiky do VHDL....

    €24 / hr (Avg Bid)
    €24 / hr Keskimäär. tarjous
    1 tarjoukset

    1)Using VHDL and the Xilinx Vivado Tools, design and implement a 4-bit ALU whose functionality is compliant with the TTL MSI 74LS381A specifications. The design must use a VHDL behavioral modeling coding style and can include concurrent and sequential statement types. Source code modules must include liberal commenting to clarify and explain function and operation your code. 2) Create a test bench VHDL module and use the Vivado Simulator to test/verify proper operation of the ALU’s functions with all input data patterns specified in the 74LS381A functional table. Recommendation: to make comparison of simulated results to those listed in the functional table easier, apply the external stimulus input patterns in the same “row” order as inputs are listed...

    €63 (Avg Bid)
    €63 Keskimäär. tarjous
    13 tarjoukset
    DO-254 Project VHDL Loppunut left

    DO-254 Project - Task - Lint and Code coverage

    €168 (Avg Bid)
    €168 Keskimäär. tarjous
    1 tarjoukset

    I want someone who understands FPGA, Vivado, Verilog, VHDL etc for a report

    €68 (Avg Bid)
    €68 Keskimäär. tarjous
    6 tarjoukset
    €275 Keskimäär. tarjous
    9 tarjoukset

    Hi, How are you doing. I am looking for electrical engineers to work on multiple tasks in following areas: • Embedded C Programming. • VHDL/Verilog, LABView/ Multisim/PSPICE • Network Simulator NS2/NS3 • Microcontroller like Arduino, Raspberry Pi, FPGA, AVR, PIC and STM32. • IDEs like Keil MDK V5, ATmel studio and MPLab XC8. • PLCs / SCADA • PCB Designing-Proteus, Eagle. • IOT Technologies like Ethernet, GSM GPRS. • HTTP Restful APIs connection for IOT Communications. I am looking for long term work relationship. New freelancers are warmly welcomed. Important Note: I need dedicated freelancers who strictly follow the deadline and give me good quality work without any plagiarism.

    €138 (Avg Bid)
    €138 Keskimäär. tarjous
    42 tarjoukset

    I am looking to hire an individual who really understand this subject. should be able to solve any problems related to this subject. communicate and be able to write good programming and simulation designs.

    €130 (Avg Bid)
    €130 Keskimäär. tarjous
    17 tarjoukset

    Crearea unui aparat de cafea in VHDL(rulabil in programul Vivado) intr-un limbaj cat mai simplist indeplinind cerintele din documentul atasat.

    €7 (Avg Bid)
    €7 Keskimäär. tarjous
    3 tarjoukset

    ...this project students are asked to implement a an XTEA Encryption/Decryption VHDL Engine, implemented in both C code and VHDL code. It supposed to be built as a custom hardware module and be interfaced to the NIOS II soft processor in the Alter- Intel Cyclone V FPGA chip [De-10Nano board]. The HDL code implements 2 number of pins: first an input from stdr_logic_vector type form of 32-bit length, and second an output with 32-bit of the same type. The Key is 32-bit in length, and they must be stored inside the VHDL code. The input reception and output generation may take multiple clock cycles or states but could be designed in less than that if was applicable. The internet could be surfed to lookup codes for both C and VHDL but the group is responsible to conve...

    €457 (Avg Bid)
    €457 Keskimäär. tarjous
    16 tarjoukset
    Vhdl projects Loppunut left

    The VHSIC Hardware Description Language (VHDL) is a hardware description language (HDL) that can model the behavior and structure of digital systems at multiple levels of abstraction, ranging from the system level down to that of logic gates, for design entry,

    €42 (Avg Bid)
    €42 Keskimäär. tarjous
    11 tarjoukset

    We need a VHDL designer with expertise on video processing codec.

    €30 / hr (Avg Bid)
    €30 / hr Keskimäär. tarjous
    16 tarjoukset

    Hello can you help me with this project it’s going to be similar to lab 4 that I have attached. I have attached the project pdf too ( 193.22 KB) this one Division.c #include "system.h" #include "altera_avalon_pio_regs.h" #include <stdio.h> /* register offset definitions */ #define DVND_REG_OFT 0 // dividend register address offset #define DVSR_REG_OFT 1 // divisor register address offset #define STRT_REG_OFT 2 // start register address offset #define QUOT_REG_OFT 3 #define REMN_REG_OFT 4 #define REDY_REG_OFT 5 #define DONE_REG_OFT 6 /* main program */ int main () { alt_u32 a, b, q, r, ready, done; printf("Division accelerator test #2: nn"); while (1){ printf "Perform division a / b = q remainder rn"); printf("En...

    €576 (Avg Bid)
    €576 Keskimäär. tarjous
    12 tarjoukset

    System Design and VHDL expert for urgent Task

    €7 / hr (Avg Bid)
    €7 / hr Keskimäär. tarjous
    12 tarjoukset
    VHDL Project Loppunut left

    The VHSIC Hardware Description Language (VHDL) is a hardware description language (HDL) that can model the behavior and structure of digital systems at multiple levels of abstraction, ranging from the system level down to that of logic gates, for design entry, documentation, and verification purposes. Since 1987, VHDL has been standardized by the Institute of Electrical and Electronics Engineers (IEEE) as IEEE Std 1076; the latest version of which is IEEE Std 1076-2019. To model analog and mixed-signal systems, an IEEE-standardized HDL based on VHDL called VHDL-AMS (officially IEEE 1076.1) has been developed.

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    4 tarjoukset

    Hi Moaz Khaled Feriz K., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    €32 / hr (Avg Bid)
    €32 / hr Keskimäär. tarjous
    1 tarjoukset
    I need vhdl code Loppunut left

    1010 sequence dectectorwith 20 bit frame with consecutively 3 frames with 16 bit payload and 4 bit header

    €13 / hr (Avg Bid)
    €13 / hr Keskimäär. tarjous
    5 tarjoukset

    Hi Aamir Sohail N., I noticed your profile and would like to offer you my project. We can discuss any details over chat. It is another VHDL Project I need implemented

    €46 - €46
    €46 - €46
    0 tarjoukset
    State Machine VHDL Loppunut left

    Hi Daniel C., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    €46 (Avg Bid)
    €46 Keskimäär. tarjous
    1 tarjoukset

    I have vhdl code. i need timing waveform from modelsim .

    €26 (Avg Bid)
    €26 Keskimäär. tarjous
    9 tarjoukset

    I have a VHDL project available. I have a file that uses "process" that we want to rewrite in purely structural VHDL using components such as D flip flops and latches. Are you available for this task?

    €46 (Avg Bid)
    €46 Keskimäär. tarjous
    1 tarjoukset

    Hi Sardar Hasnain A., I have a VHDL project available. I have a file that uses "process" that we want to rewrite in purely structural VHDL using components such as D flip flops and latches. Are you available for this task?

    €46 (Avg Bid)
    €46 Keskimäär. tarjous
    1 tarjoukset

    I have a file in VHDL that I want to rewrite. The file uses "process" but we want to rewrite it using components. We have some of the modules you could use already written.

    €46 (Avg Bid)
    €46 Keskimäär. tarjous
    4 tarjoukset

    Write the equivalent VHDL code, and Verify the correct operation through Vivado Simulator by comparing your simulation results with those of MARS runs.

    €71 (Avg Bid)
    €71 Keskimäär. tarjous
    4 tarjoukset

    I want to create programming routines to be recorded on an FPGA

    €30 / hr (Avg Bid)
    €30 / hr Keskimäär. tarjous
    14 tarjoukset

    Project to be done in VHDL, so I am looking for an expert. The objective is to create a testbench for one circuit, and simulate the a few operations including storing data in it as well as retrieving data from it. I can share more details in PM.

    €30 (Avg Bid)
    €30 Keskimäär. tarjous
    5 tarjoukset

    Hi Moaz Khaled Feriz K., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    €15 / hr (Avg Bid)
    €15 / hr Keskimäär. tarjous
    1 tarjoukset

    Project to be done in VHDL, so I am looking for an expert. The objective is to create a testbench for one circuit, and simulate the a few operations including storing data in it as well as retrieving data from it. I can share more details in PM.

    €36 (Avg Bid)
    €36 Keskimäär. tarjous
    6 tarjoukset
    servomotor in vhdl Loppunut left

    separate project in 3rd part, first make the chdl codes according to the state machine as well as their test ban (Reception and emission), make a top entity etc...

    €40 (Avg Bid)
    €40 Keskimäär. tarjous
    5 tarjoukset

    I am looking to hire an individual who really understand this subject. should be able to solve any problems related to this subject. communicate and be able to write good programming and simulation designs.

    €135 (Avg Bid)
    €135 Keskimäär. tarjous
    12 tarjoukset

    I want to use accelerometer sensor on FPGA, in order to do that I need I2C protocol implementation in VHDL so I can continue my work on the project. I want the module to get the address of the sensor + bit for R/W , and the internal register address of the sensor, and get the data by reading, or write to the register.

    €241 (Avg Bid)
    €241 Keskimäär. tarjous
    10 tarjoukset

    Using the fixed point arithmetic measure current according to the following circuit

    €37 (Avg Bid)
    €37 Keskimäär. tarjous
    5 tarjoukset

    Create a VHDL routine to water a plant using state machines and a specific board

    €32 / hr (Avg Bid)
    €32 / hr Keskimäär. tarjous
    8 tarjoukset

    Instruction Decoder and ALU Control In this lab, students are expected to implement an instruction decoder and an ALU control unit using VHDL in the Xilinx software. The purpose of the instruction decoder is to generate proper control signals based on the Opcode of an instruction fetched from the instruction memory. The purpose of the ALU control is to set the proper ALU control signal based on the Funct field of an instruction and the ALUOp signal from the instruction decoder.

    €143 (Avg Bid)
    €143 Keskimäär. tarjous
    16 tarjoukset

    Good knowledge of VHDL is required. Libero Soc and Microsemi will be used The simulator will be Aldec Active-HDL, linting with Aldec Alint Design of a basic control board, standard interfaces, no high speed interfaces, no transceivers. DO-254 DAL C, basic knowledge is a plus some math algorithm in fixed point will be implemented on the hardware for motor control Supervision of our expert designers, short daily meeting and 1h weekly with reports on activities and scheduling contract will be extended month by month (we have budget for 6 months).

    €275 / hr (Avg Bid)
    €275 / hr Keskimäär. tarjous
    4 tarjoukset

    1- Signal processing using ML on a computer (C Language) 2- using Single and dual ARM (C Language) 3-using FPGA Zedboard programmable logic (VHDL Language)

    €159 (Avg Bid)
    €159 Keskimäär. tarjous
    11 tarjoukset

    i want code and report. I need plagiarism free report. software is quatrus

    €6 / hr (Avg Bid)
    €6 / hr Keskimäär. tarjous
    2 tarjoukset

    i want code and report. I need plagiarism free report. software is quatrus

    €6 / hr (Avg Bid)
    €6 / hr Keskimäär. tarjous
    3 tarjoukset

    A VHDL project about producing Moors code and converting it to ASCI code needs to be improved since it does not produce correct results.

    €170 (Avg Bid)
    €170 Keskimäär. tarjous
    14 tarjoukset

    Deadline is in 2 days Details will be trough the chat Please bid and I'll get back to u Thanks

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    9 tarjoukset

    Need a VHDL and FPGA Systems expert 1. To create a modular system using VHDL. 2. To use simulation and test to verify the correctness of the design. 3. To demonstrate the milestones working on a target FPGA device. 4. To document the entire design process - recording the technical detail and justification of the work done. Detailed document will be provided on chat

    €140 (Avg Bid)
    €140 Keskimäär. tarjous
    12 tarjoukset

    Implementar, simular FFT en entorno xilinx o alguna plataforma similar , bajo la plataforma Atlys Spartan-6. Simular e implementar FFT en dicha plataforma, desarrollar código VHDL y detallar minuciosamente paso a paso, tomar captures y realizar documento de word detallando cada paso la oferta es de 90 usdt. Se cuenta con la tarjeta en físico por lo cual se ofrece conexión remota, ante cualquier duda estoy abierto a conversar

    €167 (Avg Bid)
    €167 Keskimäär. tarjous
    5 tarjoukset

    i have attached the specifics of the project. need to be finished by mid november

    €452 (Avg Bid)
    €452 Keskimäär. tarjous
    27 tarjoukset

    VHDL Expert Required Now Urgently

    €21 (Avg Bid)
    €21 Keskimäär. tarjous
    9 tarjoukset

    I want to design and implement a 6-bit division circuits for unsigned numbers using VHDL in the Xilinx software.

    €111 (Avg Bid)
    €111 Keskimäär. tarjous
    14 tarjoukset

    Implementar, simular FFT en entorno aldec , bajo la plataforma Atlys Spartan-6. Simular e implementar FFT en dicha plataforma, desarrollar código VHDL y detallar minuciosamente paso a paso, tomar captures y realizar documento de word detallando cada paso la oferta es de 90 usdt. Se cuenta con la tarjeta en físico por lo cual se ofrece conexión remota

    €169 (Avg Bid)
    €169 Keskimäär. tarjous
    4 tarjoukset

    VHDL test procedure and test bench implementation

    €284 (Avg Bid)
    €284 Keskimäär. tarjous
    5 tarjoukset
    VHDL designer -- 2 Loppunut left

    ARINC429 frame decoding on Xilinx spartan 6 or 7 FPGA based platform

    €326 (Avg Bid)
    €326 Keskimäär. tarjous
    9 tarjoukset