(no commit message)
authorlkcl <lkcl@web>
Sat, 2 Oct 2021 22:46:16 +0000 (23:46 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 2 Oct 2021 22:46:16 +0000 (23:46 +0100)
3d_gpu/architecture/dynamic_simd.mdwn

index 14c18c1c3d2d902b35d538ce3469d00c5bb4debd..904211b8004ad41d34d4f096586420d0d5f8b157 100644 (file)
@@ -37,6 +37,12 @@ to complete the 98% abstraction from Type 1 to a 100% level
   and for m.Switch values
 
 No further modifications beyond that are strictly necessary.
+With `dsl.Module` already being extremely close to 100%
+abstracted with respect to Type 1 AST constructs, Liskov
+Substitution Principle in combination with UserValue (later,
+ValueCastable) combine to provide extremely powerful and
+flexible augmentation and capabilities in nmigen, far beyond
+its original intended design parameters.
 
 # Rationale / Introduction