CDA 4253 FPGA System Design Sequential Circuit Building Blocks Hao Zheng Dept of Comp Sci & Eng USF.

Slides:



Advertisements
Similar presentations
History TTL-logic PAL (Programmable Array Logic)
Advertisements

Sequential-Circuit Building Blocks
Logic Design Fundamentals - 3 Discussion D3.2. Logic Design Fundamentals - 3 Basic Gates Basic Combinational Circuits Basic Sequential Circuits.
Counters Discussion D5.3 Example 33. Counters 3-Bit, Divide-by-8 Counter 3-Bit Behavioral Counter in Verilog Modulo-5 Counter An N-Bit Counter.
CSCI 660 EEGN-CSCI 660 Introduction to VLSI Design Lecture 3 Khurram Kazi Some of the slides were taken from K Gaj ’ s lecture slides from GMU ’ s VHDL.
Kazi Fall 2006 EEGN 4941 EEGN-494 HDL Design Principles for VLSI/FPGAs Khurram Kazi Some of the slides were taken from K Gaj’s lecture slides from GMU’s.
CSCI 660 EEGN-CSCI 660 Introduction to VLSI Design Lecture 2 Khurram Kazi Some of the slides were taken from K Gaj ’ s lecture slides from GMU ’ s VHDL.
ECE 448 Lecture 3 Combinational-Circuit Building Blocks Data Flow Modeling of Combinational Logic ECE 448 – FPGA and ASIC Design with VHDL.
George Mason University ECE 448 – FPGA and ASIC Design with VHDL Combinational-Circuit Building Blocks Data Flow Modeling of Combinational Logic ECE 448.
Simple Testbenches Behavioral Modeling of Combinational Logic
ECE 545 Lecture 7 Behavioral Modeling of Sequential-Circuit Building Blocks Mixing Design Styles Modeling of Circuits with a Regular Structure.
Introduction to VHDL (part 2)
ECE 332 Digital Electronics and Logic Design Lab Lab 5 VHDL Design Styles Testbenches.
ECE 448: Spring 12 Lab Midterm Exam Review. Part 1: Detailed discussion of a selected midterm from Spring Part 2: Review & discussion of common.
Data Flow Modeling of Combinational Logic Simple Testbenches
A.7 Concurrent Assignment Statements Used to assign a value to a signal in an architecture body. Four types of concurrent assignment statements –Simple.
CprE / ComS 583 Reconfigurable Computing Prof. Joseph Zambreno Department of Electrical and Computer Engineering Iowa State University Lecture #17 – Introduction.
VHDL Introduction. V- VHSIC Very High Speed Integrated Circuit H- Hardware D- Description L- Language.
1 Sequential Logic Lecture #7. 모바일컴퓨팅특강 2 강의순서 Latch FlipFlop Shift Register Counter.
CprE / ComS 583 Reconfigurable Computing
7/10/2007DSD,USIT,GGSIPU1 Basic concept of Sequential Design.
VHDL in 1h Martin Schöberl. AK: JVMHWVHDL2 VHDL /= C, Java,… Think in hardware All constructs run concurrent Different from software programming Forget.
CSET 4650 Field Programmable Logic Devices Dan Solarek VHDL Additional Details & Examples.
1 ECE 545 – Introduction to VHDL ECE 545 Lecture 4 Behavioral & Structural Design Styles.
George Mason University Modeling of Circuits with a Regular Structure Aliases, Attributes, Packages Mixing Design Styles ECE 545 Lecture 7.
VHDL for Combinational Circuits. VHDL We Know Simple assignment statements –f
Copyright(c) 1996 W. B. Ligon III1 Getting Started with VHDL VHDL code is composed of a number of entities Entities describe the interface of the component.
Mixed Style RTL Modeling
Introduction to VHDL Simulation … Synthesis …. The digital design process… Initial specification Block diagram Final product Circuit equations Logic design.
George Mason University Behavioral Modeling of Sequential-Circuit Building Blocks ECE 545 Lecture 6 Mixing Design Styles.
VHDL Discussion Sequential Sytems. Memory Elements. Registers. Counters IAY 0600 Digital Systems Design Alexander Sudnitson Tallinn University of Technology.
 Seattle Pacific University EE Logic System DesignCounters-1 Shift Registers DQ clk DQ DQ ShiftIn Q3Q3 Q2Q2 DQ Q1Q1 Q0Q0 A shift register shifts.
1 Part III: VHDL CODING. 2 Design StructureData TypesOperators and AttributesConcurrent DesignSequential DesignSignals and VariablesState Machines A VHDL.
CS/EE 3700 : Fundamentals of Digital System Design
04/26/20031 ECE 551: Digital System Design & Synthesis Lecture Set : Introduction to VHDL 12.2: VHDL versus Verilog (Separate File)
CEC 220 Digital Circuit Design VHDL in Sequential Logic Wednesday, March 25 CEC 220 Digital Circuit Design Slide 1 of 13.
George Mason University ECE 448 – FPGA and ASIC Design with VHDL VHDL Coding for Synthesis ECE 448 Lecture 12.
ECE DIGITAL LOGIC LECTURE 20: REGISTERS AND COUNTERS Assistant Prof. Fareena Saqib Florida Institute of Technology Fall 2015, 11/19/2015.
George Mason University Behavioral Modeling of Sequential-Circuit Building Blocks ECE 545 Lecture 8.
CDA 4253 FPGA System Design Behavioral modeling of Combinational Circuits Hao Zheng Dept of Comp Sci & Eng USF.
George Mason University Data Flow Modeling of Combinational Logic ECE 545 Lecture 5.
Data Flow and Behavioral Modeling in VHDL 1 MS EMBEDDED SYSTEMS.
Fundamentals of Digital System Design Pradondet Nilagupta Lecture 7: Flip-flops, Registers, Counters Chapter 7.
Sequential statements (1) process
Combinational logic circuit
Describing Combinational Logic Using Processes
Figure 7.1 Control of an alarm system
CHAPTER 17 VHDL FOR SEQUENTIAL LOGIC
Part IV: VHDL CODING.
Sequential-Circuit Building Blocks
ECE 448 Lecture 3 Combinational-Circuit Building Blocks Data Flow Modeling of Combinational Logic ECE 448 – FPGA and ASIC Design with VHDL.
CHAPTER 17 VHDL FOR SEQUENTIAL LOGIC
Non-synthesizable VHDL Poor Design Practices
ECE 448 Lecture 6 Modeling of Circuits with a Regular Structure Aliases, Constants, Packages Mixing Design Styles ECE 448 – FPGA and ASIC Design with.
ECE 448 Lecture 3 Combinational-Circuit Building Blocks Data Flow Modeling of Combinational Logic ECE 448 – FPGA and ASIC Design with VHDL.
VHDL (VHSIC Hardware Description Language)
ECE 545 Lecture 6 Behavioral Modeling of Sequential-Circuit Building Blocks Mixing Design Styles Modeling of Circuits with a Regular Structure.
Behavioral Modeling of Sequential-Circuit Building Blocks
Sequntial-Circuit Building Blocks
ECE 448 Lecture 3 Combinational-Circuit Building Blocks Data Flow Modeling of Combinational Logic ECE 448 – FPGA and ASIC Design with VHDL.
Data Flow Description of Combinational-Circuit Building Blocks
Figure 8.1. The general form of a sequential circuit.
ECE 545 Lecture 9 Behavioral Modeling of Sequential-Circuit Building Blocks Mixing Design Styles Modeling of Circuits with a Regular Structure.
ECE 448 Lecture 4 Modeling of Circuits with a Regular Structure Constants, Aliases, Packages ECE 448 – FPGA and ASIC Design with VHDL.
CprE / ComS 583 Reconfigurable Computing
Sequntial-Circuit Building Blocks
(Sequential-Circuit Building Blocks)
EEL4712 Digital Design.
EEL4712 Digital Design (Midterm 1 Review).
Presentation transcript:

CDA 4253 FPGA System Design Sequential Circuit Building Blocks Hao Zheng Dept of Comp Sci & Eng USF

2 Reading P. Chu, FPGA Prototyping by VHDL Examples Section Chapter 4, Regular Sequential Circuit

3 Behavioral VHDL Description Registers & Counters

4 VHDL Description Styles Components and interconnects structural VHDL Description Styles dataflow Concurrent statements behavioral Registers Shift registers Counters State machines Sequential statements and more if you are careful synthesizable

5 Processes in VHDL Processes describe combinational/sequential behavior Processes in VHDL are very powerful statements Allow to define an arbitrary behavior that may be difficult to represent by a real circuit Not every process can be synthesized Use processes with caution in order to write the synthesizable code. Use processes freely in testbenches

6 Anatomy of a Process [label:] process [(sensitivity list)] [declaration part] begin sequential statements end process [label]; OPTIONAL

7 PROCESS with a SENSITIVITY LIST List of signals to which the process is sensitive. Whenever there is an event on any of the signals in the sensitivity list, the process fires. Every time the process fires, it will run in its entirety. label: process (sensitivity list) declarations begin sequential statements end process; wait statements are NOT ALLOWED in a process with a sensitivity list.

8 Processes Modeling Combinational Circuits priority: process(a, b) begin c <= a and b; end process; AND a b c To model a combinational circuit, all input signals must be included in the sensitivity list!

9 Process for Conditional Concurrent Signal Assignment r <=a + b + c when m=n else a – b when m>0 else c + 1; process(a, b, c, m, n) begin if m=n then r <= a + b + c; elsif m > 0 then r <= a – b; else r <= c + 1; end if; end process; To model a combinational circuit, all input signals must be included in the sensitivity list!

10 Process for Selected Concurrent Signal Assignment with sel select r <=a + b + c when “00” else a – b when “10” else c + 1 when others; process(a, b, c, sel) begin case sel is when “00” => r <= a + b + c; when “10” => r <= a – b; when others => r <= c + 1; end case; end process; To model a combinational circuit, all input signals must be included in the sensitivity list!

11 Unintended Memory To model a combinational circuit, all input signals must be included in the sensitivity list! process(a) begin if a > b then gt <= ‘1’; elsif a = b then eq <= ‘1’; end if; end process; Implicit memory is introduced to hold gt and eq.

12 Unintended Memory To model a combinational circuit, all input signals must be included in the sensitivity list! process(a, b) begin if a > b then gt <= ‘1’; eq <= ‘0’ elsif a = b then gt <= ‘0’; eq <= ‘1’; else gt <= ‘0’; eq <= ‘0’; end if; end process;

13 Processes Modeling Sequential Circuits All signals which appear on the left of signal assignment statement (<=) are outputs e.g. y, z All signals which appear on the sensitivity list are inputs e.g. clk All signals which appear on the right of signal assignment statement (<=) or in logic expressions are inputs e.g. w, a, b, c Note that not all inputs need to be included on the sensitivity list w a y z priority b c clk priority: process(clk) begin if w(3) = '1' then y <= "11" ; elsif w(2) = '1' then y <= "10" ; elsif w(1) = c then y <= a and b; else z <= "00" ; end if; end process;

14 Processes Modeling Sequential Circuits – Code Template process(clk) begin if reset then -- reset logic elsif clock_edge the -- functional logic end if; end process;

15 Registers

16 ClockD – Truth table Graphical symbol t 1 t 2 t 3 t 4 Time Clock D Q Timing diagram Q(t+1) Q(t) D-Latch D Q Clock

17 -- library not shown entity latch is port ( D, Clock: inSTD_LOGIC ; Q : outSTD_LOGIC) ; end latch ; architecture behavioral of latch is begin process (D, Clock) begin if Clock = '1' then Q <= D ; end if; end process; end behavioral; D Q Clock D-Latch

18 Clk D   Truth table t 1 t 2 t 3 t 4 Time Clock D Q Timing diagram Q(t+1) Q(t) D-Flip-Flop D Q Clock Graphical symbol 0 – Q(t) 1 –

19 D Q Clock D-Flip-Flop -- library not shown entity dff is port ( D, Clock: inSTD_LOGIC ; Q : outSTD_LOGIC) ; end dff; architecture behavioral of dff is begin process (Clock) begin if rising_edge(Clock) then Q <= D ; end if; end process; end behavioral;

20 D Q Clock -- library not shown entity dff is port ( D, Clock: inSTD_LOGIC ; Q : outSTD_LOGIC) ; end dff; architecture behavioral of dff is begin process (Clock) begin if Clock’event and Clock=‘1’ then Q <= D ; end if; end process; end behavioral; D-Flip-Flop

21 D flip-flop with Asynchronous Reset D Q Clock Resetn -- library not shown entity dff is port ( D, Clock: inSTD_LOGIC ; Resetn: instd_logic; Q : outSTD_LOGIC) ; end dff; architecture behavioral of dff is begin process (Clock) begin if Resetn = ‘1’ then Q <= ‘0’; elsif Clock’event and Clock=‘1’ then Q <= D ; end if; end process; end behavioral;

22 D Q Clock Resetn D flip-flop with Synchronous Reset -- library not shown entity dff is port ( D, Clock: inSTD_LOGIC ; Resetn: instd_logic; Q : outSTD_LOGIC) ; end dff; architecture behavioral of dff is begin process (Clock) begin if Clock’event and Clock=‘1’ then if Resetn = ‘1’ then Q <= ‘0’; else Q <= D ; end if; end process; end behavioral;

23 8-bit Register with Asynchronous Reset --Library not shown ENTITY reg8 IS PORT ( D: inSTD_LOGIC_VECTOR(7 DOWNTO 0); Resetn, Clock: inSTD_LOGIC ; Q : outSTD_LOGIC_VECTOR(7 DOWNTO 0)); END reg8 ; ARCHITECTURE behavioral OF reg8 IS BEGIN PROCESS ( Resetn, Clock ) BEGIN IF Resetn = '0' THEN Q <= " " ; ELSIF rising_edge(Clock) THEN Q <= D ; END IF ; END PROCESS ; END behavioral ;` Resetn Clock reg8 88 DQ

24 N-bit register with Asynchronous Reset - library not shown ENTITY regn IS GENERIC (N : INTEGER := 16) ; PORT ( D: inSTD_LOGIC_VECTOR(N-1 downto 0) ; Resetn, Clock: inSTD_LOGIC ; Q: out STD_LOGIC_VECTOR(N-1 downto 0) ) ; END regn ; ARCHITECTURE behavioral OF regn IS BEGIN PROCESS ( Resetn, Clock ) BEGIN IF Resetn = '0' THEN Q '0’); ELSIF rising_edge(Clock) THEN Q <= D ; END IF ; END PROCESS ; END behavioral ; Resetn Clock regn NN DQ

25 U1: ENTITY work.regn(behavioral) GENERIC MAP (N => 4) PORT MAP (D => z, Resetn => reset, Clock => clk, Q => t ); Component Instantiation in VHDL-93 Generic map is optional.

26 U1: regnGENERIC MAP (N => 8) PORT MAP (D => z, Resetn => reset, Clock => clk, Q => t ); Component Instantiation in VHDL-87

27 A Word on Generics Generics are typically integer values In this class, the entity inputs and outputs should be std_logic or std_logic_vector. But the generics can be integer. Generics are given a default value GENERIC ( N : INTEGER := 16 ) ; This value can be overwritten when entity is instantiated as a component Generics are very useful when instantiating an often-used component Need a 32-bit register in one place, and 16-bit register in another Can use the same generic code, just configure them differently

28 Use of OTHERS others stands for any index value that has not been previously mentioned. Q <= “ ” can be written as Q ‘1’, others =>‘0’) Q <= “ ” can be written as Q ‘1’, 0 => ‘1’, other =>‘0’) or Q ‘1’, other =>‘0’) Q <= “ ” can be written as Q ‘1’, others =>‘0’)

29 -- library not shown ENTITY regne IS GENERIC ( N : INTEGER := 8 ) ; PORT (D : IN STD_LOGIC_VECTOR(N-1 DOWNTO 0) ; Enable, Clock: IN STD_LOGIC ; Q : OUT STD_LOGIC_VECTOR(N-1 DOWNTO 0) ) ; END regne ; ARCHITECTURE behavioral OF regne IS BEGIN PROCESS (Clock) BEGIN IF rising_edge(Clock) THEN IF Enable = '1' THEN Q <= D ; END IF ; END PROCESS ; END behavioral ; N-bit Register with Enable Q D Enable Clock regn NN

30 Counters

31 LIBRARY ieee ; USE ieee.std_logic_1164.all ; USE ieee.std_logic_unsigned.all ; entity upcount is port (Clear, Clock: in STD_LOGIC ; Q : outSTD_LOGIC_VECTOR(1 DOWNTO 0) ) ; end upcount ; architecture behavioral of upcount is SIGNAL Count : std_logic_vector(1 DOWNTO 0); begin process( Clock ) begin if rising_edge(Clock) then IF Clear = '1' THEN Count <= "00" ; ELSE Count <= Count + 1 ; END IF ; end if; end process; Q <= Count; end behavioral; 2-bit Counter with Synchronous Reset Q Clear Clock upcount 2

32 LIBRARY ieee ; USE ieee.std_logic_1164.all ; USE ieee.std_logic_unsigned.all ; ENTITY upcount_ar IS PORT ( Clock, Resetn, Enable : IN STD_LOGIC ; Q : OUT STD_LOGIC_VECTOR (3 DOWNTO 0)) ; END upcount_ar ; 4-bit Counter with Asynchronous Reset (1) Q Enable Clock upcount 4 Resetn

33 ARCHITECTURE behavioral OF upcount _ar IS SIGNAL Count : STD_LOGIC_VECTOR (3 DOWNTO 0) ; BEGIN PROCESS ( Clock, Resetn ) BEGIN IF Resetn = '0' THEN Count <= "0000" ; ELSIF rising_edge(Clock) THEN IF Enable = '1' THEN Count <= Count + 1 ; END IF ; END PROCESS ; Q <= Count ; END behavioral ; Q Enable Clock upcount 4 Resetn 4-bit Counter with Asynchronous Reset

34 Shift Registers

35 Shift register – Internal Structure DQ Sin Clock DQDQDQ Q(3) Q(2) Q(1)Q(0) Enable

36 Shift Register With Parallel Load D(3) DQ Clock Enable Sin D(2) DQ D(1) DQ D(0) DQ Q(0)Q(1)Q(2)Q(3) Load

37 LIBRARY ieee ; USE ieee.std_logic_1164.all ; ENTITY shift4 IS PORT ( D : IN STD_LOGIC_VECTOR(3 DOWNTO 0) ; Enable: IN STD_LOGIC ; Load: IN STD_LOGIC ; Sin : IN STD_LOGIC ; Clock : IN STD_LOGIC ; Q : OUT STD_LOGIC_VECTOR(3 DOWNTO 0) ) ; END shift4 ; 4-bit Shift Register with Parallel Load Q Enable Clock shift4 4 D Load Sin 4

38 ARCHITECTURE behavioral OF shift4 IS SIGNAL Qt : STD_LOGIC_VECTOR(3 DOWNTO 0); BEGIN PROCESS (Clock) BEGIN IF rising_edge(Clock) THEN IF Enable = ‘1’ THEN IF Load = '1' THEN Qt <= D ; ELSE Qt <= Sin & Qt(3 downto 1);END IF ; END IF; END PROCESS ; Q <= Qt; END behavioral ; 4-bit Shift Register with Parallel Load Q Enable Clock shift4 4 D Load Sin 4

39 LIBRARY ieee ; USE ieee.std_logic_1164.all ; ENTITY shiftn IS GENERIC ( N : INTEGER := 8 ) ; PORT (D : IN STD_LOGIC_VECTOR(N-1 DOWNTO 0) ; Enable: IN STD_LOGIC ; Load: IN STD_LOGIC ; Sin : IN STD_LOGIC ; Clock : IN STD_LOGIC ; Q : OUT STD_LOGIC_VECTOR(N-1 DOWNTO 0) ) ; END shiftn ; N-bit shift register with parallel load Q Enable Clock shiftn N D Load Sin N

40 ARCHITECTURE behavioral OF shiftn IS signal Qt: STD_LOGIC_VECTOR(N-1 downto 0); BEGIN PROCESS (Clock) BEGIN IF rising_edge(Clock) THEN IF Enable = ‘1’ THEN IF Load = '1' THEN Qt <= D ; ELSE Qt <= Sin & Qt(N-1 downto 1);END IF ; END IF; END PROCESS ; Q <= Qt; END behavior al; N-bit shift register with parallel load Q Enable Clock shiftn N D Load Sin N

41 Generic Component Instantiation

42 LIBRARY ieee ; USE ieee.std_logic_1164.all ; ENTITY regn IS GENERIC ( N : INTEGER := 8 ) ; PORT (D : IN STD_LOGIC_VECTOR(N-1 DOWNTO 0) ; Enable, Clock: IN STD_LOGIC ; Q : OUT STD_LOGIC_VECTOR(N-1 DOWNTO 0) ) ; END regn ; ARCHITECTURE Behavior OF regn IS BEGIN PROCESS (Clock) BEGIN IF (Clock'EVENT AND Clock = '1' ) THEN IF Enable = '1' THEN Q <= D ; END IF ; END PROCESS ; END Behavior ; N-bit register with enable Q D Enable Clock regn NN

43 Circuit built of medium scale components w 0 w 3 y 1 y 0 z w 1 w 2 w 1 En y 3 w 0 y 2 y 1 y 0 s(0) 0 1 s(1) 0 1 r(0) r(1) r(2) r(3) r(4) r(5) p(0) p(1) p(2) p(3) q(1) q(0) ena z(3) z(2) z(1) z(0) dec2to4 priority t(3)t(3) t(2)t(2) t(1)t(1) t(0)t(0) regne DQ Clk Clock Enable En

44 LIBRARY ieee ; USE ieee.std_logic_1164.all ; ENTITY priority_resolver IS PORT (r: IN STD_LOGIC_VECTOR(5 DOWNTO 0) ; s : IN STD_LOGIC_VECTOR(1 DOWNTO 0) ; clk : IN STD_LOGIC; en : IN STD_LOGIC; t : OUT STD_LOGIC_VECTOR(3 DOWNTO 0) ) ; END priority_resolver; ARCHITECTURE structural OF priority_resolver IS SIGNAL p : STD_LOGIC_VECTOR (3 DOWNTO 0) ; SIGNAL q : STD_LOGIC_VECTOR (1 DOWNTO 0) ; SIGNAL z : STD_LOGIC_VECTOR (3 DOWNTO 0) ; SIGNAL ena : STD_LOGIC ; Structural description – example (1) VHDL-93

45 Structural description – example (2) VHDL-93 BEGIN u1: ENTITY work.mux2to1(dataflow) PORT MAP (w0 => r(0), w1 => r(1), s => s(0), f => p(0)); p(1) <= r(2); p(2) <= r(3); u2: ENTITY work.mux2to1(dataflow) PORT MAP (w0 => r(4), w1 => r(5), s => s(1), f => p(3)); u3: ENTITY work.priority(dataflow) PORT MAP (w => p, y => q, z => ena);

46 Structural description – example (3) VHDL-93 u4: ENTITY work.dec2to4 (dataflow) PORT MAP (w => q, En => ena, y => z); u5: ENTITY work.regne(behavioral) GENERIC MAP (N => 4) PORT MAP (D => z, Enable => En, Clock => Clk, Q => t ); END structural;

47 LIBRARY ieee ; USE ieee.std_logic_1164.all ; ENTITY priority_resolver IS PORT (r: IN STD_LOGIC_VECTOR(5 DOWNTO 0) ; s : IN STD_LOGIC_VECTOR(1 DOWNTO 0) ; clk : IN STD_LOGIC; en : IN STD_LOGIC; t : OUT STD_LOGIC_VECTOR(3 DOWNTO 0) ) ; END priority_resolver; ARCHITECTURE structural OF priority_resolver IS SIGNAL p : STD_LOGIC_VECTOR (3 DOWNTO 0) ; SIGNAL q : STD_LOGIC_VECTOR (1 DOWNTO 0) ; SIGNAL z : STD_LOGIC_VECTOR (3 DOWNTO 0) ; SIGNAL ena : STD_LOGIC ; Structural description – example (1) VHDL-87

48 Structural description – example (2) VHDL-87 COMPONENT mux2to1 PORT (w0, w1, s : INSTD_LOGIC ; f : OUTSTD_LOGIC ) ; END COMPONENT ; COMPONENT priority PORT (w: IN STD_LOGIC_VECTOR(3 DOWNTO 0) ; y: OUT STD_LOGIC_VECTOR(1 DOWNTO 0) ; z: OUT STD_LOGIC ) ; END COMPONENT ; COMPONENT dec2to4 PORT (w: IN STD_LOGIC_VECTOR(1 DOWNTO 0) ; En : IN STD_LOGIC ; y : OUT STD_LOGIC_VECTOR(3 DOWNTO 0) ) ; END COMPONENT ;

49 Structural description – example (3) VHDL-87 COMPONENT regn GENERIC ( N : INTEGER := 8 ) ; PORT (D : IN STD_LOGIC_VECTOR(N-1 DOWNTO 0) ; Enable, Clock: IN STD_LOGIC ; Q : OUT STD_LOGIC_VECTOR(N-1 DOWNTO 0) ) ; END COMPONENT ;

50 Structural description – example (4) VHDL-87 BEGIN u1: mux2to1 PORT MAP (w0 => r(0), w1 => r(1), s => s(0), f => p(0)); p(1) <= r(2); p(2) <= r(3); u2: mux2to1 PORT MAP (w0 => r(4), w1 => r(5), s => s(1), f => p(3)); u3: priority PORT MAP (w => p, y => q, z => ena); u4: dec2to4 PORT MAP (w => q, En => ena, y => z);

51 Structural description – example (5) VHDL-87 u5: regne GENERIC MAP (N => 4) PORT MAP (D => z, Enable => En, Clock => Clk, Q => t ); END structural;

52 Constants

53 Constants Syntax: constant name : type := value; Examples: constant init_value : STD_LOGIC_VECTOR(3 downto 0) := "0100"; constant ANDA_EXT : STD_LOGIC_VECTOR(7 downto 0) := X"B4"; constant counter_width : INTEGER := 16; constant buffer_address : INTEGER := 16#FFFE#; constant clk_period : TIME := 20 ns; constant strobe_period : TIME := ms;

54 Mixing Description Styles Inside of an Architecture

55 VHDL Description Styles Components and interconnects structural VHDL Description Styles dataflow Concurrent statements behavioral Registers Shift registers Counters State machines Sequential statements synthesizable

56 architecture ARCHITECTURE_NAME of ENTITY_NAME is Here you can declare signals, constants, functions, procedures… Component declarations begin Concurrent statements: Concurrent simple signal assignment Conditional signal assignment Selected signal assignment Generate statement Component instantiation statement Process statement inside process you can use only sequential statements end ARCHITECTURE_NAME; Mixed Style Modeling Concurrent Statements

57 PRNG Example (1) library IEEE; use IEEE.STD_LOGIC_1164.all; ENTITY PRNG IS PORT( Coeff : in std_logic_vector(4 downto 0); Load_Coeff : in std_logic; Seed : in std_logic_vector(4 downto 0); Init_Run : in std_logic; Clk : in std_logic; Current_State : out std_logic_vector(4 downto 0)); END PRNG; ARCHITECTURE mixed OF PRNG is signal Ands : std_logic_vector(4 downto 0); signal Sin : std_logic; signal Coeff_Q : std_logic_vector(4 downto 0); signal Shift5_Q : std_logic_vector(4 downto 0);

58 PRNG Example (2) BEGIN -- Data Flow Sin <= Ands(0) XOR Ands(1) XOR Ands(2) XOR Ands(3) XOR Ands(4); Current_State <= Shift5_Q; Ands <= Coeff_Q AND Shift5_Q; -- Behavioral Coeff_Reg: PROCESS(Clk) BEGIN IF rising_edge(Clk) THEN IF Load_Coeff = '1' THEN Coeff_Q <= Coeff; END IF; END PROCESS; -- Structural Shift5_Reg : ENTITY work.Shift5(behavioral) PORT MAP ( D => Seed, Load => Init_Run, Sin => Sin, Clock => Clk, Q => Shift5_Q); END mixed;

59 7-Segment Display Multiplexer A B C D E F G DP

60 7-Segment Display Controller library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity disp_mux is port(clk, reset: in std_logic; in3, in2, in1, in0 : in std_logic_vector(7 downto 0); an : out std_logic_vector(3 downto 0); sseg : out std_logic_vector(7 downto 0)); end entity disp_mux;

61 7-Segment Display Controller architecture arch of disp_mux is constant N : integer := 18; signal q_reg, q_next : unsigned(N-1 downto 0); signal sel : std_logic_vector(1 downto 0); begin process(clk, reset) begin if reset=‘1’ then q_reg ‘0’); elsif rising_edge(clk) then q_reg <= q_next; end if; end process; q_next <= q_reg + 1; counter

62 7-Segment Display Controller sel <= std_logic_vector(q_reg(N-1 downto N-2)); process(sel, in0, in1, in2, in3) begin case sel is when “00” => an <= “1110”; sseg <= in0; when “01” => an <= “1101”; sseg <= in1; when “10” => an <= “1011”; sseg <= in2; when others => an <= “0111”; sseg <= in3; end case; end process; end architecture; How long does it take for ‘sel’ to change?

Non-Synthesizable VHDL

64 Testbench Code -- clock generator process begin clk <= ‘0’; wait for 10ns; clk <= ‘1’; wait for 10ns; end process;

65 Testbench Code -- test vector generator process begin -- initialization wait until falling_edge(clk); -- do something wait until rising_edge(clk); -- do something end process;

66 Testbench Code -- test vector generator process begin … -- do something for i in 1 to 10 loop -- wait for 10 cycles. wait until rising_edge(clk); end loop; -- do something end process;

67 Delays Delays are not synthesizable. Statements, such as wait for 5 ns a <= b after 10 ns will not produce the required delay, and should not be used in the code intended for synthesis.

68 Signal Initialization Declarations of signals (and variables) with initialized values, such as signal a : STD_LOGIC := ‘0; cannot be synthesized, and thus should be avoided. If present, they will be ignored by the synthesis tools. Set and reset signals explicitly instead.

69 Dual-edge Triggered Register/Counter In FPGAs, registers/counters change only on either rising or falling edge of the clock. But not both. Dual edge triggered processes are not synthesizable. A single process is sensitive to either rising edge or falling edge, but not both, of the clock.

70 Dual-edge triggered register/counter PROCESS (clk) BEGIN IF rising_edge(clk ) THEN counter <= counter + 1; ELSIF falling_edge(clk) THEN counter <= counter + 1; END IF; END PROCESS;

71 Dual-Edge Triggered Register/Counter PROCESS (clk) BEGIN IF (clk’EVENT) THEN counter <= counter + 1; END IF; END PROCESS; PROCESS (clk) BEGIN counter <= counter + 1; END PROCESS;

72 Synthesizable Sequential Logic

73 Note 1 Use processes with very simple structure only to describe registers shift registers counters state machines. Use examples discussed in class as a template. Create generic entities for registers, shift registers, and counters, and instantiate the corresponding components in a higher level circuit using GENERIC MAP & PORT MAP. Supplement sequential components with combinational logic described using concurrent statements.

74 Note 2 1.Sensitivity list of the PROCESS should include only signals that can by themsleves change the outputs of the sequential circuit (typically, clock and asynchronous set or reset) 2.Do not use PROCESSes without sensitivity list (they can be synthesizable, but make simulation inefficient) to describe designs.

75 Note 3 Given a single signal, the assignments to this signal should only be made within a single process block in order to avoid possible conflicts in assigning values to this signal. Process 1: PROCESS (a, b) BEGIN y <= a AND b; END PROCESS; Process 2: PROCESS (a, b) BEGIN y <= a OR b; END PROCESS;