Browse Source

Bug fixess

Faure Paul 2 years ago
parent
commit
8cac7807f0

+ 1
- 1
Processeur.srcs/sim_1/new/Test_SystemKeyboardScreen.vhd View File

@@ -88,7 +88,7 @@ begin
88 88
     process 
89 89
     begin   
90 90
         PS2Clk <= '1' after 1020 ns, '0' after 1070 ns, '1' after 1120 ns, '0' after 1170 ns, '1' after 1220 ns, '0' after 1270 ns, '1' after 1320 ns, '0' after 1370 ns, '1' after 1420 ns, '0' after 1470 ns, '1' after 1520 ns, '0' after 1570 ns, '1' after 1620 ns, '0' after 1670 ns, '1' after 1720 ns, '0' after 1770 ns, '1' after 1820 ns, '0' after 1870 ns, '1' after 1920 ns, '0' after 1970 ns, '1' after 2020 ns, '0' after 2070 ns;
91
-        PS2Data <= '0' after 1020 ns, '1' after 1120 ns, '0' after 1220 ns, '1' after 1320 ns, '0' after 1420 ns, '1' after 1520 ns, '0' after 1620 ns, '0' after 1720 ns, '0' after 1820 ns, '0' after 1920 ns, '1' after 2020 ns, '0' after 2120 ns;
91
+        PS2Data <= '0' after 1020 ns, '0' after 1120 ns, '0' after 1220 ns, '1' after 1320 ns, '1' after 1420 ns, '0' after 1520 ns, '0' after 1620 ns, '1' after 1720 ns, '0' after 1820 ns, '0' after 1920 ns, '1' after 2020 ns, '0' after 2120 ns;
92 92
         wait;
93 93
     end process;  
94 94
 

+ 1
- 1
Processeur.srcs/sources_1/new/Ecran.vhd View File

@@ -100,7 +100,7 @@ begin
100 100
             elsif (Data_IN = Delete) then
101 101
                 if (C > 0) then
102 102
                     C <= C - 1;
103
-                    Ecran(7 * (C_Blocks * to_integer(unsigned(L)) + to_integer(unsigned(C))) to 7 * (C_Blocks * to_integer(unsigned(L)) + to_integer(unsigned(C)) + 1) - 1) <= "0000000";
103
+                    Ecran(7 * (C_Blocks * to_integer(unsigned(L)) + to_integer(unsigned(C)) - 1) to 7 * (C_Blocks * to_integer(unsigned(L)) + to_integer(unsigned(C))) - 1) <= "0000000";
104 104
                 end if; 
105 105
             else
106 106
                 Ecran(point_dereferencement_ecriture to point_dereferencement_ecriture + 6) <= Data_IN;

+ 1
- 1
Processeur.srcs/sources_1/new/KeyboardToASCII.vhd View File

@@ -42,7 +42,7 @@ begin
42 42
                  "1000110" when (KeyCode = x"2b") else    -- F
43 43
                  "1000111" when (KeyCode = x"34") else    -- G
44 44
                  "1001000" when (KeyCode = x"33") else    -- H
45
-                 "1001001" when (KeyCode = x"83") else    -- I
45
+                 "1001001" when (KeyCode = x"43") else    -- I
46 46
                  "1001010" when (KeyCode = x"3b") else    -- J
47 47
                  "1001011" when (KeyCode = x"42") else    -- K
48 48
                  "1001100" when (KeyCode = x"4b") else    -- L

+ 2
- 2
Processeur.xpr View File

@@ -3,7 +3,7 @@
3 3
 <!--                                                         -->
4 4
 <!-- Copyright 1986-2018 Xilinx, Inc. All Rights Reserved.   -->
5 5
 
6
-<Project Version="7" Minor="38" Path="/home/pfaure/Documents/TESTPROCESSEUR/Processeur/Processeur/Processeur.xpr">
6
+<Project Version="7" Minor="38" Path="/home/pfaure/Documents/PSI/Processeur/Processeur.xpr">
7 7
   <DefaultLaunch Dir="$PRUNDIR"/>
8 8
   <Configuration>
9 9
     <Option Name="Id" Val="c2fc77f80b2a4a04afc3ac9eb7900c74"/>
@@ -35,7 +35,7 @@
35 35
     <Option Name="DSAVendor" Val="xilinx"/>
36 36
     <Option Name="DSABoardId" Val="basys3"/>
37 37
     <Option Name="DSANumComputeUnits" Val="16"/>
38
-    <Option Name="WTXSimLaunchSim" Val="470"/>
38
+    <Option Name="WTXSimLaunchSim" Val="473"/>
39 39
     <Option Name="WTModelSimLaunchSim" Val="0"/>
40 40
     <Option Name="WTQuestaLaunchSim" Val="0"/>
41 41
     <Option Name="WTIesLaunchSim" Val="0"/>

Loading…
Cancel
Save