Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393_sata
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393_sata
Commits
08589919
Commit
08589919
authored
Jan 04, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Readme for current state
parent
b7a097b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
README.md
README.md
+8
-1
No files found.
README.md
View file @
08589919
...
@@ -13,6 +13,7 @@ git clone https://github.com/Elphel/x393_sata **--recursive**
...
@@ -13,6 +13,7 @@ git clone https://github.com/Elphel/x393_sata **--recursive**
2.
ssh-copy-id user@ip
2.
ssh-copy-id user@ip
# Swtich between synthesis & simulation
# Swtich between synthesis & simulation
See update below
Edit
*.editor_defines*
:
Edit
*.editor_defines*
:
*
simulation:
*
simulation:
`define SIMULATION 1
`define SIMULATION 1
...
@@ -26,6 +27,9 @@ Edit *.editor_defines*:
...
@@ -26,6 +27,9 @@ Edit *.editor_defines*:
`
define PRELOAD_BRAMS
`
define PRELOAD_BRAMS
Refresh the project and update hierarchy (or rescan)
Refresh the project and update hierarchy (or rescan)
**Update:**
Not needed anymore with updated VDT plugin - it now calculates closure per-tool and per-top file defines,
so
*.editor_defines*
is now just for the editor (which branches to parse). No refresh/rescan is required.
# Simulation
# Simulation
*
Get unisims library - refresh project files otherwise nothing will work
*
Get unisims library - refresh project files otherwise nothing will work
...
@@ -34,7 +38,10 @@ Refresh the project and update hierarchy (or rescan)
...
@@ -34,7 +38,10 @@ Refresh the project and update hierarchy (or rescan)
*
Add constraints file through Synthesis parameters
*
Add constraints file through Synthesis parameters
*
Bitstream Tool parameters - check
*Force(overwrite)*
*
Bitstream Tool parameters - check
*Force(overwrite)*
# Current step:
# Current step in try2 branch:
Not yet tested in hardware, started AHCI implementation (currently coded registers and DMA engine, that processes command table/PRD list,
Transfers data between clock domains, re-aligns between WORD size granularity, HAB 32-bit data and 64-bit AFI accesses.
# Current step in main branch:
Testing basic functionallity of a host.
Testing basic functionallity of a host.
Trying out pio access.
Trying out pio access.
Fullfilling device-side drivers and monitors via tasks.
Fullfilling device-side drivers and monitors via tasks.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment