diff options
author | James McKenzie <root@ka-ata-killa.panaceas.james.local> | 2025-04-26 20:20:43 +0100 |
---|---|---|
committer | James McKenzie <root@ka-ata-killa.panaceas.james.local> | 2025-04-26 20:20:43 +0100 |
commit | 9b0c9c5c83a75c6190687a07177dfedcc2077fda (patch) | |
tree | 849e3c733615129efa5bd9d0f43f3c3ec7e5d863 /spartan6/hp_lcd_driver/synchronizer.vhdl | |
parent | 21b3664768402f2448e0be56b69c0e98481ac9df (diff) | |
download | hp_instrument_lcds-9b0c9c5c83a75c6190687a07177dfedcc2077fda.tar.gz hp_instrument_lcds-9b0c9c5c83a75c6190687a07177dfedcc2077fda.tar.bz2 hp_instrument_lcds-9b0c9c5c83a75c6190687a07177dfedcc2077fda.zip |
after tidy
Diffstat (limited to 'spartan6/hp_lcd_driver/synchronizer.vhdl')
-rw-r--r-- | spartan6/hp_lcd_driver/synchronizer.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spartan6/hp_lcd_driver/synchronizer.vhdl b/spartan6/hp_lcd_driver/synchronizer.vhdl index 99618b9..302cef9 100644 --- a/spartan6/hp_lcd_driver/synchronizer.vhdl +++ b/spartan6/hp_lcd_driver/synchronizer.vhdl @@ -16,7 +16,7 @@ begin o <= flipflops(flipflops'high); - clk_proc : process(clk,flipflops,i) + clk_proc : process(clk, flipflops, i) begin if rising_edge(clk) then flipflops <= flipflops(flipflops'high-1 downto 0) & i; |