Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
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
Commits
bf463e76
Commit
bf463e76
authored
Feb 02, 2021
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v.202 for Boson - reset with OD
parent
df06bda0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
fpga_version.vh
fpga_version.vh
+2
-1
sens_103993.v
sensor/sens_103993.v
+4
-3
x393_boson.bit
x393_boson.bit
+0
-0
No files found.
fpga_version.vh
View file @
bf463e76
...
...
@@ -35,7 +35,8 @@
* contains all the components and scripts required to completely simulate it
* with at least one of the Free Software programs.
*/
parameter FPGA_VERSION = 32'h03930201; // Initial Boson implementation (cheating with 2.5V - as with HISPI)
parameter FPGA_VERSION = 32'h03930202; // Initial Boson implementation (cheating with 2.5V), open drain for Boson reset
// parameter FPGA_VERSION = 32'h03930201; // Initial Boson implementation (cheating with 2.5V - as with HISPI)
// parameter FPGA_VERSION = 32'h03930200; // Initial Boson implementation (1.8V)
//BOSON
// parameter FPGA_VERSION = 32'h03930139; // Adding pullup on senspgm
...
...
sensor/sens_103993.v
View file @
bf463e76
...
...
@@ -496,15 +496,16 @@ module sens_103993 #(
.
I
(
ext_sync
)
// input
)
;
// generate MRST
obuf
#(
// generate MRST
(for Boson ground/float
obuf
t
#(
.
CAPACITANCE
(
PXD_CAPACITANCE
)
,
.
DRIVE
(
PXD_DRIVE
)
,
.
IOSTANDARD
(
PXD_IOSTANDARD
)
,
.
SLEW
(
PXD_SLEW
)
)
sns_mrst_i
(
.
O
(
sns_mrst
)
,
// output
.
I
(
imrst
)
// input
.
I
(
imrst
)
,
// input
.
T
(
imrst
)
// input // tristate when high
)
;
...
...
x393_boson.bit
View file @
bf463e76
No preview for this file type
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