-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from slaclab/pre-release
Release Candidate v3.0.0
- Loading branch information
Showing
27 changed files
with
1,383 additions
and
1,095 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
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,9 +1,5 @@ | ||
------------------------------------------------------------------------------- | ||
-- Title : BsaControl | ||
-- Project : LCLS-II Timing Pattern Generator | ||
------------------------------------------------------------------------------- | ||
-- Author : Matt Weaver, [email protected] | ||
-- Created : 07/17/2015 | ||
-- Company : SLAC National Accelerator Laboratory | ||
------------------------------------------------------------------------------- | ||
-- Description: | ||
-- Translation of BSA DEF to control bits in timing pattern | ||
|
@@ -16,9 +12,6 @@ | |
-- may be copied, modified, propagated, or distributed except according to | ||
-- the terms contained in the LICENSE.txt file. | ||
------------------------------------------------------------------------------- | ||
-- Modification history: | ||
-- 07/17/2015: created. | ||
------------------------------------------------------------------------------- | ||
library ieee; | ||
|
||
library lcls_timing_core; | ||
|
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,9 +1,5 @@ | ||
------------------------------------------------------------------------------- | ||
-- Title : BsaControl | ||
-- Project : LCLS-II Timing Pattern Generator | ||
------------------------------------------------------------------------------- | ||
-- Author : Matt Weaver, [email protected] | ||
-- Created : 07/17/2015 | ||
-- Company : SLAC National Accelerator Laboratory | ||
------------------------------------------------------------------------------- | ||
-- Description: | ||
-- Translation of BSA DEF to control bits in timing pattern | ||
|
@@ -17,9 +13,6 @@ | |
-- may be copied, modified, propagated, or distributed except according to | ||
-- the terms contained in the LICENSE.txt file. | ||
------------------------------------------------------------------------------- | ||
-- Modification history: | ||
-- 07/17/2015: created. | ||
------------------------------------------------------------------------------- | ||
library ieee; | ||
|
||
library lcls_timing_core; | ||
|
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,9 +1,5 @@ | ||
------------------------------------------------------------------------------- | ||
-- Title : CtrControl | ||
-- Project : LCLS-II Timing Pattern Generator | ||
------------------------------------------------------------------------------- | ||
-- Author : Matt Weaver, [email protected] | ||
-- Created : 07/17/2015 | ||
-- Company : SLAC National Accelerator Laboratory | ||
------------------------------------------------------------------------------- | ||
-- Description: | ||
-- Translation of BSA DEF to control bits in timing pattern | ||
|
@@ -17,9 +13,6 @@ | |
-- may be copied, modified, propagated, or distributed except according to | ||
-- the terms contained in the LICENSE.txt file. | ||
------------------------------------------------------------------------------- | ||
-- Modification history: | ||
-- 07/17/2015: created. | ||
------------------------------------------------------------------------------- | ||
library ieee; | ||
|
||
library lcls_timing_core; | ||
|
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,9 +1,5 @@ | ||
------------------------------------------------------------------------------- | ||
-- Title : EventSelect | ||
-- Project : LCLS-II Timing Pattern Generator | ||
------------------------------------------------------------------------------- | ||
-- Author : Matt Weaver, [email protected] | ||
-- Created : 03/07/2016 | ||
-- Company : SLAC National Accelerator Laboratory | ||
------------------------------------------------------------------------------- | ||
-- Description: | ||
-- Translation of BSA DEF to control bits in timing pattern | ||
|
@@ -16,9 +12,6 @@ | |
-- may be copied, modified, propagated, or distributed except according to | ||
-- the terms contained in the LICENSE.txt file. | ||
------------------------------------------------------------------------------- | ||
-- Modification history: | ||
-- 03/07/2016: created. | ||
------------------------------------------------------------------------------- | ||
library ieee; | ||
|
||
library lcls_timing_core; | ||
|
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
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
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,9 +1,5 @@ | ||
------------------------------------------------------------------------------ | ||
-- Title : Timing pattern generator | ||
-- Project : LCLS-II Timing System | ||
------------------------------------------------------------------------------- | ||
-- Author : Matt Weaver, [email protected] | ||
-- Created : 05/19/2016 | ||
-- Company : SLAC National Accelerator Laboratory | ||
------------------------------------------------------------------------------- | ||
-- Description: | ||
------------------------------------------------------------------------------- | ||
|
@@ -15,9 +11,6 @@ | |
-- may be copied, modified, propagated, or distributed except according to | ||
-- the terms contained in the LICENSE.txt file. | ||
------------------------------------------------------------------------------- | ||
-- Modification history: | ||
-- 09/15/2015: created. | ||
------------------------------------------------------------------------------- | ||
library ieee; | ||
use ieee.std_logic_1164.all; | ||
use ieee.std_logic_arith.all; | ||
|
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
Oops, something went wrong.