-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
1,143 additions
and
234,514 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
*.html | ||
SPAC_A7/History/ | ||
SPAC_A7/Project Outputs* | ||
SPAC_A7/Project Logs* | ||
SPAC_A7/__Previews* | ||
PCB/History/ | ||
PCB/Project Outputs* | ||
PCB/Project Logs* | ||
PCB/__Previews* | ||
History/ | ||
Poject Outputs* | ||
Project Logs* | ||
__Previews* |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
CLK=CLK_N,CLK_P | ||
DFF=SYNC_DATA0_P,SYNC_DATA0_N,SYNC_CLK0_P,SYNC_CLK0_N,SYNC_DATA1_P,SYNC_DATA1_N,SYNC_CLK1_P,SYNC_CLK1_N | ||
LMX_MISC=LMX_CS,LMX_SDI,LMX_SCK,LMX_SYNC | ||
PLL_CLK=OUT_0_P,OUT_0_N,OUT_1_P,OUT_1_N,OUT_4_P,OUT_4_N,OUT_5_P,OUT_5_N,OUT_6_P,OUT_6_N,OUT_9_P,OUT_9_N | ||
PLL_MISC=RESET,PLL_LOCK,PLL_STAT,PLL_REFSEL,PLL_SYNC,PLL_CS,PLL_SCLK,PLL_SDI,PLL_SDO | ||
SYNC_CLOCK=SYNC_CLK0_P,SYNC_CLK0_N,SYNC_CLK1_P,SYNC_CLK1_N |
Binary file not shown.
3 changes: 2 additions & 1 deletion
3
SPAC_A7/DIFF_DELAY_FANOUT.Harness → PCB/DIFF_DELAY_FANOUT.Harness
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
DELAY_CTRL=DELAY_EN,DELAY_SLOAD,DELAY_SDIN,DELAY_SCLK | ||
DELAY_DIFF=DLY_Q0_P,DLY_Q0_N,DLY_Q1_P,DLY_Q1_N | ||
DELAY_SE_FB=DLY0_SE_FB,DLY1_SE_FB | ||
DFF=SYNC_DATA0_P,SYNC_DATA0_N,SYNC_CLK0_P,SYNC_CLK0_N,SYNC_DATA1_P,SYNC_DATA1_N,SYNC_CLK1_P,SYNC_CLK1_N | ||
SYNC_CLOCK=SYNC_CLK0_P,SYNC_CLK0_N,SYNC_CLK1_P,SYNC_CLK1_N | ||
SYNC_DATA=SYNC_DATA0_P,SYNC_DATA0_N,SYNC_DATA1_P,SYNC_DATA1_N |
Binary file not shown.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<html> | ||
<head> | ||
<META http-equiv="Content-Type" content="text/html"> | ||
<style type="text/css"> | ||
h1, h2, h3, h4, h5, h6 { | ||
font-family : 'segoe-ui',arial,sans-serif; | ||
font-size:15pt; | ||
font-weight:normal; | ||
line-height:40px; | ||
color : #000; | ||
background-color : #dedede; | ||
padding: 0.3em; | ||
} | ||
body { | ||
font-family : verdana; | ||
background: #f1f1f1; | ||
font-size:13px; | ||
} | ||
td, th { | ||
padding: 0.5em; | ||
text-align : left; | ||
width: auto; | ||
border:1px solid #DEDEDE; | ||
} | ||
th { | ||
background-color : #DEDEDE; | ||
|
||
} | ||
th.column1, td.column1 { | ||
text-align: left; | ||
width : 18%; | ||
} | ||
table { | ||
width : 100%; | ||
border-collapse: collapse; | ||
font-size:13px; | ||
} | ||
.front_matter, .front_matter_column1, .front_matter_column2, .front_matter_column3 { | ||
padding-top : 0.1em; | ||
padding-bottom : 0.1em; | ||
border : 0px solid black; | ||
width : auto; | ||
vertical-align: top | ||
} | ||
.front_matter_column1 { | ||
text-align : right; | ||
} | ||
.total_column1, .total_column { | ||
font-weight : bold; | ||
} | ||
.total_column1 { | ||
text-align : right; | ||
} | ||
.front_matter_column2 { | ||
text-align : center; | ||
} | ||
.front_matter_column3 { | ||
text-align : left; | ||
} | ||
.warning, .error { | ||
color : red; | ||
font-weight : bold; | ||
} | ||
tr.onmouseout_odd { | ||
/*background-color : #EEEEE0 */ | ||
} | ||
tr.onmouseout_even { | ||
/*background-color : #F3F3E3 */ | ||
} | ||
tr.onmouseover_odd, tr.onmouseover_even { | ||
background-color : #FFF; | ||
} | ||
a:link, a:visited, .q a:link,.q a:active,.q { | ||
color: #21489e; | ||
} | ||
a:link.callback, a:visited.callback { | ||
color: #008000 | ||
} | ||
a:link.customize, a:visited.customize { | ||
position: absolute; | ||
right: 16px; top: 30px; | ||
font-family:'segoe ui',arial,tahoma,sans-serif; | ||
text-decoration:underline; | ||
font-size:11px; | ||
color:#0066cc; | ||
} | ||
p.contents_level1 { | ||
font-weight : bold; | ||
font-size : 110%; | ||
margin : 0.5em; | ||
} | ||
p.contents_level2 { | ||
position : relative; | ||
left : 20px; | ||
margin : 0.5em; | ||
} | ||
|
||
HR{ | ||
border-collapse:collapse; | ||
border:none; | ||
border-top:1px solid #dedede; | ||
} | ||
</style> | ||
|
||
<style type="text/css" media="print"> | ||
body{ | ||
background:#fff; | ||
} | ||
|
||
a:link.customize{ | ||
display:none; | ||
} | ||
|
||
table,th,td,hr{ | ||
border-color:#999; | ||
background:#fff; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<a href="dxpprocess://Client:SetupPreferences?Server=PCB|PageName=General" class="customize"><acronym title="dxpprocess://Client:SetupPreferences?Server=PCB|PageName=General">Reporting Options</acronym></a> | ||
<h1>File in Newer Format</h1> | ||
|
||
<table class="front_matter"> | ||
<tr class="front_matter"> | ||
<td class="front_matter_column1">Date</td> | ||
<td class="front_matter_column2">:</td> | ||
<td class="front_matter_column3">25.06.2024</td> | ||
</tr> | ||
<tr class="front_matter"> | ||
<td class="front_matter_column1">Time</td> | ||
<td class="front_matter_column2">:</td> | ||
<td class="front_matter_column3">12:54:33</td> | ||
</tr> | ||
<tr class="front_matter"> | ||
<td class="front_matter_column1">Filename</td> | ||
<td class="front_matter_column2">:</td> | ||
<td class="front_matter_column3"><a href="file://C:\temp\SPEC_A7-main\SPAC_A7\SPEC-A7.PcbDoc" class="file"><acronym title="C:\temp\SPEC_A7-main\SPAC_A7\SPEC-A7.PcbDoc">C:\temp\SPEC_A7-main\SPAC_A7\SPEC-A7.PcbDoc</acronym></a></td> | ||
</tr> | ||
</table> | ||
|
||
<br> | ||
|
||
<table> | ||
<tr> | ||
<th style="text-align : left" colspan="1" class="">Version</th> | ||
<th style="text-align : left" colspan="1" class="">Warning</th> | ||
</tr> | ||
|
||
<tr class="onmouseout_even" onmouseover="className = 'onmouseover_even'" onmouseout="className = 'onmouseout_even'"> | ||
<td class="column1">Release 23.6</td> | ||
<td class="column2"><b>CAUTION</b> - The PCB document contains Footprint parameters. These will be lost when opening the document in a version of Altium Designer that does not support this functionality.</td> | ||
</tr> | ||
<tr class="onmouseout_even" onmouseover="className = 'onmouseover_even'" onmouseout="className = 'onmouseout_even'"> | ||
<td class="column1">Release 23.6</td> | ||
<td class="column2"><b>CAUTION</b> - The saved document contains custom masks for pads. These will be lost when opening the document in a version of Altium Designer that does not support this functionality</td> | ||
</tr> | ||
</table> | ||
<br><hr> | ||
<p>This file was generated by <b>a later</b> version of the software</p> | ||
</body> | ||
</html> |
Oops, something went wrong.