Compare commits
3 commits
91d03ec38b
...
de889ef824
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de889ef824 | ||
|
|
7cbf3afba5 | ||
|
|
63c7dff0ff |
4 changed files with 1583 additions and 2881 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -4,7 +4,7 @@
|
||||||
<!-- Copyright 1986-2022 Xilinx, Inc. All Rights Reserved. -->
|
<!-- Copyright 1986-2022 Xilinx, Inc. All Rights Reserved. -->
|
||||||
<!-- Copyright 2022-2025 Advanced Micro Devices, Inc. All Rights Reserved. -->
|
<!-- Copyright 2022-2025 Advanced Micro Devices, Inc. All Rights Reserved. -->
|
||||||
|
|
||||||
<Project Product="Vivado" Version="7" Minor="68" Path="C:/Users/sebastian/develop/Tridora-NexysA7/Tridora-CPU/tridoracpu/tridoracpu.xpr">
|
<Project Product="Vivado" Version="7" Minor="68" Path="C:/Users/sebastian/develop/Tridora/tridoracpu/tridoracpu.xpr">
|
||||||
<DefaultLaunch Dir="$PRUNDIR"/>
|
<DefaultLaunch Dir="$PRUNDIR"/>
|
||||||
<Configuration>
|
<Configuration>
|
||||||
<Option Name="Id" Val="ab60beb5e7ec4efc9a7b17699b9c3b13"/>
|
<Option Name="Id" Val="ab60beb5e7ec4efc9a7b17699b9c3b13"/>
|
||||||
|
|
@ -361,7 +361,9 @@
|
||||||
</Run>
|
</Run>
|
||||||
<Run Id="mig_dram_0_synth_1" Type="Ft3:Synth" SrcSet="mig_dram_0" Part="xc7a35ticsg324-1L" ConstrsSet="mig_dram_0" Description="Vivado Synthesis Defaults" AutoIncrementalCheckpoint="false" WriteIncrSynthDcp="false" Dir="$PRUNDIR/mig_dram_0_synth_1" IncludeInArchive="true" IsChild="false" AutoIncrementalDir="$PSRCDIR/utils_1/imports/mig_dram_0_synth_1" AutoRQSDir="$PSRCDIR/utils_1/imports/mig_dram_0_synth_1" ParallelReportGen="true">
|
<Run Id="mig_dram_0_synth_1" Type="Ft3:Synth" SrcSet="mig_dram_0" Part="xc7a35ticsg324-1L" ConstrsSet="mig_dram_0" Description="Vivado Synthesis Defaults" AutoIncrementalCheckpoint="false" WriteIncrSynthDcp="false" Dir="$PRUNDIR/mig_dram_0_synth_1" IncludeInArchive="true" IsChild="false" AutoIncrementalDir="$PSRCDIR/utils_1/imports/mig_dram_0_synth_1" AutoRQSDir="$PSRCDIR/utils_1/imports/mig_dram_0_synth_1" ParallelReportGen="true">
|
||||||
<Strategy Version="1" Minor="2">
|
<Strategy Version="1" Minor="2">
|
||||||
<StratHandle Name="Vivado Synthesis Defaults" Flow="Vivado Synthesis 2024"/>
|
<StratHandle Name="Vivado Synthesis Defaults" Flow="Vivado Synthesis 2024">
|
||||||
|
<Desc>Vivado Synthesis Defaults</Desc>
|
||||||
|
</StratHandle>
|
||||||
<Step Id="synth_design"/>
|
<Step Id="synth_design"/>
|
||||||
</Strategy>
|
</Strategy>
|
||||||
<GeneratedRun Dir="$PRUNDIR" File="gen_run.xml"/>
|
<GeneratedRun Dir="$PRUNDIR" File="gen_run.xml"/>
|
||||||
|
|
@ -397,7 +399,9 @@
|
||||||
</Run>
|
</Run>
|
||||||
<Run Id="mig_dram_0_impl_1" Type="Ft2:EntireDesign" Part="xc7a35ticsg324-1L" ConstrsSet="mig_dram_0" Description="Default settings for Implementation." AutoIncrementalCheckpoint="false" WriteIncrSynthDcp="false" SynthRun="mig_dram_0_synth_1" IncludeInArchive="false" IsChild="false" GenFullBitstream="true" AutoIncrementalDir="$PSRCDIR/utils_1/imports/mig_dram_0_impl_1" AutoRQSDir="$PSRCDIR/utils_1/imports/mig_dram_0_impl_1" ParallelReportGen="true">
|
<Run Id="mig_dram_0_impl_1" Type="Ft2:EntireDesign" Part="xc7a35ticsg324-1L" ConstrsSet="mig_dram_0" Description="Default settings for Implementation." AutoIncrementalCheckpoint="false" WriteIncrSynthDcp="false" SynthRun="mig_dram_0_synth_1" IncludeInArchive="false" IsChild="false" GenFullBitstream="true" AutoIncrementalDir="$PSRCDIR/utils_1/imports/mig_dram_0_impl_1" AutoRQSDir="$PSRCDIR/utils_1/imports/mig_dram_0_impl_1" ParallelReportGen="true">
|
||||||
<Strategy Version="1" Minor="2">
|
<Strategy Version="1" Minor="2">
|
||||||
<StratHandle Name="Vivado Implementation Defaults" Flow="Vivado Implementation 2024"/>
|
<StratHandle Name="Vivado Implementation Defaults" Flow="Vivado Implementation 2024">
|
||||||
|
<Desc>Default settings for Implementation.</Desc>
|
||||||
|
</StratHandle>
|
||||||
<Step Id="init_design"/>
|
<Step Id="init_design"/>
|
||||||
<Step Id="opt_design"/>
|
<Step Id="opt_design"/>
|
||||||
<Step Id="power_opt_design"/>
|
<Step Id="power_opt_design"/>
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,9 @@ The volume *Testvolume 1* (note the space) contains a precompiled game called *c
|
||||||
|
|
||||||
You can run the program with the *O* command in the shell (just press Return for the program arguments), or you can set the workfile name with *W* and then use the *R* command.
|
You can run the program with the *O* command in the shell (just press Return for the program arguments), or you can set the workfile name with *W* and then use the *R* command.
|
||||||
|
|
||||||
|
The volume *Rogue* contains a compiled version of ECL-Rogue, a Pascal variant of the
|
||||||
|
classic Rogue game.
|
||||||
|
|
||||||
The *K* command in the shell is used to reclaim the space occupied by deleted or overwritten files.
|
The *K* command in the shell is used to reclaim the space occupied by deleted or overwritten files.
|
||||||
|
|
||||||
A running program can be terminated by pressing Control-C, but only if the program is expecting keyboard input at that time.
|
A running program can be terminated by pressing Control-C, but only if the program is expecting keyboard input at that time.
|
||||||
|
|
|
||||||
|
|
@ -570,10 +570,10 @@ def create_image_with_stuff(imgfile):
|
||||||
# slotnr = putfile("../tests/timetest.prog", None , f, part, partstart, slotnr)
|
# slotnr = putfile("../tests/timetest.prog", None , f, part, partstart, slotnr)
|
||||||
|
|
||||||
slotnr = putfile("../tests/readtest.pas", None , f, part, partstart, slotnr)
|
slotnr = putfile("../tests/readtest.pas", None , f, part, partstart, slotnr)
|
||||||
slotnr = putfile("../tests/readtest.prog", None , f, part, partstart, slotnr)
|
#slotnr = putfile("../tests/readtest.prog", None , f, part, partstart, slotnr)
|
||||||
|
|
||||||
slotnr = putfile("../tests/readchartest.pas", None , f, part, partstart, slotnr)
|
slotnr = putfile("../tests/readchartest.pas", None , f, part, partstart, slotnr)
|
||||||
slotnr = putfile("../tests/readchartest.prog", None , f, part, partstart, slotnr)
|
#slotnr = putfile("../tests/readchartest.prog", None , f, part, partstart, slotnr)
|
||||||
|
|
||||||
# slotnr = putfile("cchangetest.pas", None , f, part, partstart, slotnr)
|
# slotnr = putfile("cchangetest.pas", None , f, part, partstart, slotnr)
|
||||||
# slotnr = putfile("cchangetest.prog", None , f, part, partstart, slotnr)
|
# slotnr = putfile("cchangetest.prog", None , f, part, partstart, slotnr)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue