mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2024-11-14 20:36:03 +01:00
115200 baud
This commit is contained in:
parent
69ceaba85e
commit
ec5867fa12
|
@ -9,7 +9,7 @@
|
||||||
#include "CFsignals.h"
|
#include "CFsignals.h"
|
||||||
|
|
||||||
#define FPGA_PORTNAME "/dev/ttyUSB0"
|
#define FPGA_PORTNAME "/dev/ttyUSB0"
|
||||||
#define CF_BAUDRATE B9600
|
#define CF_BAUDRATE B115200
|
||||||
// #define PRINTRAWDATA
|
// #define PRINTRAWDATA
|
||||||
|
|
||||||
int fpga;
|
int fpga;
|
||||||
|
|
|
@ -6,7 +6,7 @@ use IEEE.NUMERIC_STD.ALL;
|
||||||
entity Principal is
|
entity Principal is
|
||||||
Generic(
|
Generic(
|
||||||
fFpga : INTEGER := 50_000_000;
|
fFpga : INTEGER := 50_000_000;
|
||||||
fBaud : INTEGER := 9600
|
fBaud : INTEGER := 115200
|
||||||
);
|
);
|
||||||
Port (
|
Port (
|
||||||
CLK : in std_logic;
|
CLK : in std_logic;
|
||||||
|
|
Loading…
Reference in a new issue