artiq-zynq/src/runtime
pca006132 4457af7277 rpc: Fixed alignment problem.
Fixes issue #42.

Previously there was no fix for the variable alignment.
We calculate the position of the variable based on the size
of the previous variable, so we could break the alignment requirement
for variables. For example, having a `i64` after `bool` could break
the alignment required for `i64` and trigger DataAbort or data
corruption.

However, this requires the same data layout and LLVM type for the
variables. If this cannot be maintained, this would break the alignment
on the other side of the RPC, either from host to kernel or kernel to
host.
2020-07-16 14:06:39 +08:00
..
src rpc: Fixed alignment problem. 2020-07-16 14:06:39 +08:00
Cargo.toml mgmt: Implemented network log access. 2020-07-13 15:15:06 +08:00
build.rs add impure incremental build process, document 2020-05-01 10:07:38 +08:00
link.x use new exception vectors 2020-07-06 21:16:32 +08:00