Find Jobs
Hire Freelancers

Computer Science—Verilog, VHDL

₹1500-12500 INR

Completed
Posted over 9 years ago

₹1500-12500 INR

Paid on delivery
I am looking for a VHDL expert: Basically everything needs to be mapped to [login to view URL] (attached). A new file needs to be created called [login to view URL], which includes [login to view URL] (to be manipulated accordingly or port mapped with the counter requirements noted in the diagram), and [login to view URL] (to be created). So [login to view URL] will include the counter and the ram. [login to view URL] will include 3 counters: Counter A - read/write Counter B - Adder Counter C - Test Data *Have Do Writes for 5 Cycles and Read for 5 Cycles Please let me know if this helps. I've attached the .vhd files to be used for [login to view URL] and tb_counter.vhd. One more thing; I do have suggested code to start with for RAM from my instructor. Of course it will have to be changed in order to work with the "memchip". Please let me know if I can answer any questions. thanks. LIBRARY ieee; USE [login to view URL]; ENTITY ram is GENERIC ( bits: INTEGER := 8 -- # of bits per word words: INTEGER := 8 ); -- # of words in the memory PORT ( wr_ena : IN STD_LOGIC; -- write enable clk : IN STD_LOGIC; -- clock addr : IN INTEGER RANGE 0 to words -1; data_in: : IN STD_LOGIC_VECTOR (bits - 1 DOWNTO 0); data_out : OUT STD_LOGIC_VECTOR (bits -1 DOWNTO 0)); END ram ARCHITECTURE ram of ram IS TYPE vector_array is ARRAY (0 to words -1) of STD_LOGIC_VECTOR (bits-1 DOWNTO 0); signal memory: vector_array; BEGIN PROCESS (clk, wr_ena) BEGIN IF (clk'EVENT AND clk = '1') THEN IF (wr_ena = '1') THEN memory(addr) <= data_in; END IF; END IF; END PROCESS; data_out <= memory(addr); END ram;
Project ID: 6572352

About the project

2 proposals
Remote project
Active 10 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Dear sir, I have more than 7 years experience in digital design using VHDL please give me more details
₹5,394 INR in 3 days
5.0 (98 reviews)
6.8
6.8
2 freelancers are bidding on average ₹7,141 INR for this job
User Avatar
A proposal has not yet been provided
₹8,888 INR in 3 days
5.0 (4 reviews)
4.0
4.0

About the client

Flag of INDIA
Pune, India
5.0
13
Payment method verified
Member since Sep 1, 2011

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.