Motion FPGA
Motion FPGA for the MachX02-7000HE Breakout Board
|
PWM device entity. More...
Entities | |
rtl | architecture |
Architecture rtl of pwm_device entity. More... | |
Libraries | |
ieee | |
Using IEEE library. |
Use Clauses | |
std_logic_1164 | |
Using IEEE standard logic components. | |
numeric_std | |
Using IEE standard numeric components. |
Ports | |
clk_in | in std_logic |
Clock. | |
rst_in | in std_logic |
Asynchronous reset. | |
dat_wr_done_in | in std_logic |
Device Write Done flag. | |
dat_wr_reg_in | in std_logic_vector ( 31 DOWNTO 0 ) |
Device Write Register value. | |
dat_rd_reg_out | out std_logic_vector ( 31 DOWNTO 0 ) |
Device Read Register value. | |
pwm_adv_in | in std_logic |
PWM Advance flag. | |
pwm_out | out std_logic_vector ( 3 DOWNTO 0 ) |
PWM outputs. |
PWM device entity.
This entity manages four PWM devices. The write register contains the four 8-bit PWM duty cycles. The read register contains the current four 8-bit PWM duty cycles.
Definition at line 22 of file pwm_device.vhd.