forked from M-Labs/artiq
update nac3
This commit is contained in:
parent
25b1bbd10e
commit
87154ea016
|
@ -15,21 +15,6 @@ from artiq.coredevice.kasli_i2c import KasliEEPROM # NAC3TODO
|
||||||
class ValueError(Exception):
|
class ValueError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# NAC3TODO work around https://git.m-labs.hk/M-Labs/nac3/issues/206
|
|
||||||
@portable
|
|
||||||
def min(a: int32, b: int32) -> int32:
|
|
||||||
if a > b:
|
|
||||||
return b
|
|
||||||
else:
|
|
||||||
return a
|
|
||||||
|
|
||||||
@portable
|
|
||||||
def max(a: int32, b: int32) -> int32:
|
|
||||||
if a > b:
|
|
||||||
return a
|
|
||||||
else:
|
|
||||||
return b
|
|
||||||
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"AD9910",
|
"AD9910",
|
||||||
|
|
|
@ -14,14 +14,6 @@ from artiq.coredevice.trf372017 import TRF372017
|
||||||
class ValueError(Exception):
|
class ValueError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# NAC3TODO https://git.m-labs.hk/M-Labs/nac3/issues/201
|
|
||||||
@portable
|
|
||||||
def abs(x: int32) -> int32:
|
|
||||||
if x > 0:
|
|
||||||
return x
|
|
||||||
else:
|
|
||||||
return -x
|
|
||||||
|
|
||||||
|
|
||||||
PHASER_BOARD_ID = 19
|
PHASER_BOARD_ID = 19
|
||||||
PHASER_ADDR_BOARD_ID = 0x00
|
PHASER_ADDR_BOARD_ID = 0x00
|
||||||
|
|
|
@ -45,11 +45,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1646423985,
|
"lastModified": 1646753161,
|
||||||
"narHash": "sha256-WXzmupl6WNef65imDgQAvYdU0gRUu3nrbONVgYzQ+/Q=",
|
"narHash": "sha256-jEq+4j90gk+oUDbCLByUhS5uGBSufcQuHMZuVZY2YGk=",
|
||||||
"ref": "master",
|
"ref": "master",
|
||||||
"rev": "42fbe8e383bbe454e87dc2c59d8cd3cca67c42f9",
|
"rev": "60b3807ab325bee3252bc0c451f0dcd5c4633ab7",
|
||||||
"revCount": 625,
|
"revCount": 637,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.m-labs.hk/m-labs/nac3.git"
|
"url": "https://git.m-labs.hk/m-labs/nac3.git"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue