From 20bcf9d86e5e6c2b40cbb48e55274a8f60054dcd Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Thu, 11 Feb 2010 17:17:39 +0100 Subject: [PATCH] Add extra meta-files to gitignore --- .gitignore | 2 ++ "c\316\273ash.lhs" | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2c4bbc9..e0ca27e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,7 @@ *.log *.pdf *.bak +*.ptb +*.synctex.gz .latexmkrc cλash.tex diff --git "a/c\316\273ash.lhs" "b/c\316\273ash.lhs" index f7a763e..f0eae84 100644 --- "a/c\316\273ash.lhs" +++ "b/c\316\273ash.lhs" @@ -512,8 +512,8 @@ in this research. The functions describe the behavior of the hardware between clock cycles, as such, only synchronous systems can be described. Many functional hardware description models signals as a stream of all values over time; state is then modeled as a delay on this stream of values. The approach -taken in this research is to make the current state of the circuit part of the -input of the function and the updated state part of the output of a function. +taken in this research is to make the current state of a circuit part of the +input of the function and the updated state part of the output. Like the standard hardware description languages, descriptions made in a functional hardware description language must eventually be converted into a -- 2.30.2