Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by InS0mN1aC

  1. I

    VHDL: Code for 4-bit register

    Yeah, I know it doesn't use the dff as a component, it's just a second way by modifying the dff code as you and BlackHelicopter suggested. Thx again :)
  2. I

    VHDL: Code for 4-bit register

    Thank you very much Kevin Jennings, I think I understand now how it works, and the simulation is running smoothly, according to the vhdl code :) @BlackHelicopter: Yes, clear and preset are asynchronous, and the parallel load is synchronous i suppose, the assignment does not specify it. These...
  3. I

    VHDL: Code for 4-bit register

    Thank you very much for your answer, you have been very helpfull! I have 3 questions however: 1. D_sig1 <= D when (Load = '1') else Q_sig; I suppose that D_sig1 is Q_sig and D is D_Sig right? 2. in the port mapping, you set 'clear' to 0, according to the D FF I've posted, if clear is '0'...
  4. I

    VHDL: Code for 4-bit register

    Hello everyone, I am new to VHDL and I have to write behavioral vhdl code for a 4-bit register with parallel load, using a D-Flip Flop. Here is the D-FF code i have to use: library IEEE; use IEEE.std_logic_1164.all; entity dff is port (d : in std_logic; preset : in std_logic...

Part and Inventory Search

Back
Top