Find Jobs
Hire Freelancers

Computer Science—Verilog, VHDL

₹1500-12500 INR

Terminado
Publicado hace más de 9 años

₹1500-12500 INR

Pagado a la entrega
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;
ID del proyecto: 6572352

Información sobre el proyecto

2 propuestas
Proyecto remoto
Activo hace 10 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
Adjudicado a:
Avatar del usuario
Dear sir, I have more than 7 years experience in digital design using VHDL please give me more details
₹5.394 INR en 3 días
5,0 (98 comentarios)
6,8
6,8
2 freelancers están ofertando un promedio de ₹7.141 INR por este trabajo
Avatar del usuario
A proposal has not yet been provided
₹8.888 INR en 3 días
5,0 (4 comentarios)
4,0
4,0

Sobre este cliente

Bandera de INDIA
Pune, India
5,0
13
Forma de pago verificada
Miembro desde sept 1, 2011

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.