-
Hi! This is more of a little excursion than a 'true' issue, but it's about a technique which I've found useful and would like to share. The occasion is that I'm extending my library [zimt](https://git…
-
## Problem to Solve
Currently there is no way to operate over ordered collections in TypeDB. We address one aspect of this, which is ordering role players within relations.
## Current Workaround…
-
Don't mean to bloat this, but it'd be really neat-o if cgasm also had an ARM reference. While yes, the ISA is small, it's the semantics that I care about.
https://developer.arm.com/-/media/develop…
mxms0 updated
6 years ago
-
The prior RISC-V ISA Specification (20191213) had a chapter 25, "RISC-V Assembly Programmer’s Handbook" which had a table listing many/most pseudoinstructions. This is no longer present in the most re…
-
I took a good look through the currently open issues, and none specifically
address any of these issues, but sorry if I missed something. Some of the
discussion in #393 touches on these issues but n…
-
Section "Operators" lists 15 built-in operators in a precedence table, but not their function. These should be documented, even if well known to practitioners in the art of programming.
In addition…
-
Does EPCIS RDF require RDFS reasoning? We should specify that in the "semantics" section.
I tend to say Yes because there are various Json nodes that don't carry `isA` but having a type on every node…
-
### Problem
We currently define the main memory address space as:
https://github.com/Minres/RISCV_ISA_CoreDSL/blob/28abf7c055fd58ea33853a083c9a098135182467/RISCVBase.core_desc#L48
Then, a single …
-
The RISCV spec occasionally requires hyperproperties, e.g.
> Implementations can return any legal value on the read of a WARL field when the last write was of an illegal value, but the legal val…
-
# Problem
Suppose we have a generic concept and two specific concepts, e.g.
```adl
contract :: Employee * Contract
CLASSIFY FixedTermContract ISA Contract
CLASSIFY PermanentContract ISA Contract
…