diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-02-13 12:31:55 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-02-13 12:31:55 +0100 |
| commit | 941e5a5663dcae56da345177628b9e585a451bce (patch) | |
| tree | 154657af37b2b6e7a7bb21a040844347a4f7267e /keyboard | |
| parent | e3561ff8151be0de903755a919fec6488723724a (diff) | |
ps2sync done
Diffstat (limited to 'keyboard')
| l--------- | keyboard/keyboard.srcs/d.vhd | 1 | ||||
| -rw-r--r-- | keyboard/keyboard.xpr | 9 |
2 files changed, 4 insertions, 6 deletions
diff --git a/keyboard/keyboard.srcs/d.vhd b/keyboard/keyboard.srcs/d.vhd new file mode 120000 index 0000000..d592168 --- /dev/null +++ b/keyboard/keyboard.srcs/d.vhd @@ -0,0 +1 @@ +../../src/d.vhd
\ No newline at end of file diff --git a/keyboard/keyboard.xpr b/keyboard/keyboard.xpr index 84edcf9..c04a26b 100644 --- a/keyboard/keyboard.xpr +++ b/keyboard/keyboard.xpr @@ -152,6 +152,7 @@ </Config> </FileSet> <FileSet Name="sim_1" Type="SimulationSrcs" RelSrcDir="$PSRCDIR/sim_1" RelGenDir="$PGENDIR/sim_1"> + <Filter Type="Srcs"/> <Config> <Option Name="DesignMode" Val="RTL"/> <Option Name="TopModule" Val="main"/> @@ -198,9 +199,7 @@ <Runs Version="1" Minor="19"> <Run Id="synth_1" Type="Ft3:Synth" SrcSet="sources_1" Part="xc7a35tcpg236-1" ConstrsSet="constrs_1" Description="Vivado Synthesis Defaults" AutoIncrementalCheckpoint="true" WriteIncrSynthDcp="false" State="current" IncludeInArchive="true" IsChild="false" AutoIncrementalDir="$PSRCDIR/utils_1/imports/synth_1" AutoRQSDir="$PSRCDIR/utils_1/imports/synth_1"> <Strategy Version="1" Minor="2"> - <StratHandle Name="Vivado Synthesis Defaults" Flow="Vivado Synthesis 2022"> - <Desc>Vivado Synthesis Defaults</Desc> - </StratHandle> + <StratHandle Name="Vivado Synthesis Defaults" Flow="Vivado Synthesis 2022"/> <Step Id="synth_design"/> </Strategy> <ReportStrategy Name="Vivado Synthesis Default Reports" Flow="Vivado Synthesis 2022"/> @@ -209,9 +208,7 @@ </Run> <Run Id="impl_1" Type="Ft2:EntireDesign" Part="xc7a35tcpg236-1" ConstrsSet="constrs_1" Description="Default settings for Implementation." AutoIncrementalCheckpoint="false" WriteIncrSynthDcp="false" State="current" SynthRun="synth_1" IncludeInArchive="true" IsChild="false" GenFullBitstream="true" AutoIncrementalDir="$PSRCDIR/utils_1/imports/impl_1" AutoRQSDir="$PSRCDIR/utils_1/imports/impl_1"> <Strategy Version="1" Minor="2"> - <StratHandle Name="Vivado Implementation Defaults" Flow="Vivado Implementation 2022"> - <Desc>Default settings for Implementation.</Desc> - </StratHandle> + <StratHandle Name="Vivado Implementation Defaults" Flow="Vivado Implementation 2022"/> <Step Id="init_design"/> <Step Id="opt_design"/> <Step Id="power_opt_design"/> |